You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Use batch inserts for the cache flush.
This commit is contained in:
@ -245,7 +245,8 @@ struct cal_connection_info
|
||||
isAlter(false),
|
||||
bulkInsertRows(0),
|
||||
singleInsert(true),
|
||||
isLoaddataInfile( false ),
|
||||
isLoaddataInfile(false),
|
||||
isCacheInsert(false),
|
||||
dmlProc(0),
|
||||
rowsHaveInserted(0),
|
||||
rc(0),
|
||||
@ -297,6 +298,7 @@ struct cal_connection_info
|
||||
ha_rows bulkInsertRows;
|
||||
bool singleInsert;
|
||||
bool isLoaddataInfile;
|
||||
bool isCacheInsert;
|
||||
std::string extendedStats;
|
||||
std::string miniStats;
|
||||
messageqcpp::MessageQueueClient* dmlProc;
|
||||
|
Reference in New Issue
Block a user