Skip to content

Mode VoltDB 8.4.6 - Compact Count Distinct

Compare
Choose a tag to compare
@rkennedy-mode rkennedy-mode released this 15 Nov 22:18
· 30 commits to mode-release-8.x since this release
9b13381

Incorporates #1 into the stock VoltDB 8.4.6, adding support for a new COMPACT_COUNT_DISTINCT SQL function, which is faster and more efficient than SELECT COUNT(DISTINCT column_name) FROM table_name while being more accurate than SELECT APPROX_COUNT_DISTINCT(column_name) FROM table_name.