MySQL 9.1.0
Source Code Documentation
|
DDL index loader interface. More...
Go to the source code of this file.
Classes | |
class | ddl::Loader |
Build indexes on a table by reading a clustered index, creating a temporary file containing index entries, merge sorting these index entries and inserting sorted index entries to indexes. More... | |
struct | ddl::Loader::Task |
Builder task. More... | |
Namespaces | |
namespace | ddl |
The general architecture is that the work is done in two phases, roughly the read and write phase. | |
DDL index loader interface.
Created 2020-11-01 by Sunny Bains.