Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Query Optimization
-
Column statistics are now automatically gathered on rowstore tables.
This is in addition to column statistics being automatically gathered on columnstore tables, which was done previously. -
Range statistics (histograms) are now automatically gathered on columnstore and rowstore tables.
-
Rowstore table sampling has been improved.
-
Now, a true row-level random sample of rows from columnstore tables is maintained automatically and used to estimate the selectivity of complex predicates.
-
All shapes of bushy joins are now supported.
-
Common Table Expressions (CTEs) can now be materialized; redundant expressions can use cached data instead of being recomputed.
Last modified: