MySQL 9.1.0
Source Code Documentation
|
DDL cluster index parallel scan implementation. More...
#include "ddl0impl-builder.h"
#include "ddl0impl-cursor.h"
#include "row0pread.h"
#include "row0row.h"
#include "ut0stage.h"
#include <current_thd.h>
Classes | |
struct | ddl::Parallel_cursor |
Cursor used for parallel reads. More... | |
Namespaces | |
namespace | ddl |
The general architecture is that the work is done in two phases, roughly the read and write phase. | |
DDL cluster index parallel scan implementation.
Created 2020-11-01 by Sunny Bains.