You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-05 04:50:35 +03:00
feat: analyze partition bloat
This commit is contained in:
@@ -1199,6 +1199,7 @@ void PackageHandler::run()
|
||||
results << result.queryStats;
|
||||
results << result.extendedStats;
|
||||
results << result.miniStats;
|
||||
results << result.bloatAnalysis;
|
||||
result.stats.serialize(results);
|
||||
fIos.write(results);
|
||||
// Bug 5226. dmlprocessor thread will close the socket to mysqld.
|
||||
|
||||
Reference in New Issue
Block a user