Improve performance of queries with GROUP BY clauses. (#11392)
Improve performance of GROUP BY with a large number of groups. (#11011)
Improve handling of queries where individual tasks require lots of memory when
retry-policy is set to TASK. (#10432)
Produce better query plans by improving cost-based-optimizer estimates in the
presence of correlated columns. (#11324)
Fix memory accounting and improve performance for queries involving certain
variable-width data types such as varchar or varbinary. (#11315)
Fix performance regression for GROUP BY queries. (#11234)
Fix trim, ltrim and rtim function results when the argument is char
type. Previously, it returned padded results as char type. It returns
varchar type without padding now. (#11440)
Improve performance of queries involving OR with simple comparisons and
LIKE predicates by pushing predicate computation to the PostgreSQL database.
(#11086)
Improve performance of aggregation queries with certain complex predicates by
computing predicates and aggregations within PostgreSQL. (#11083)
Fix possible connection leak when connecting to PostgreSQL failed. (#11449)
The connector now uses the official Single Store JDBC Driver. As a result,
connection-url in catalog configuration files needs to be updated from
jdbc:mariadb:... to jdbc:singlestore:.... (#10669)
Deprecate memsql as the connector name. We recommend using singlestore in
the connector.name configuration property. (#11459)