MySQL 9.0.0
Source Code Documentation
ddl0impl-loader.h File Reference

DDL index loader interface. More...

#include "ddl0fts.h"
#include "ddl0impl-buffer.h"
#include "ut0mpmcbq.h"

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.
 

Detailed Description

DDL index loader interface.

Created 2020-11-01 by Sunny Bains.