1
0
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:
Amr Elmohamady
2025-07-22 14:05:33 +03:00
committed by drrtuy
parent 99392ed87f
commit 2557a0a504
10 changed files with 378 additions and 38 deletions

View File

@@ -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.