Skip to content

Conversation

@rkennedy-mode
Copy link

@rkennedy-mode rkennedy-mode commented Nov 15, 2019

Backports https://github.com/mode/voltdb/tree/roaring-count-distinct to VoltDB 8.4.x.

This is faster and more efficient than SELECT COUNT(DISTINCT column_name) FROM table_name while being more accurate and working for more column types than SELECT APPROX_COUNT_DISTINCT(column_name) FROM table_name.

@rkennedy-mode rkennedy-mode requested review from a team and besquared November 15, 2019 00:17
Copy link

@mstockm mstockm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SFTM

@rkennedy-mode rkennedy-mode merged commit 9b13381 into mode-release-8.x Nov 15, 2019
@rkennedy-mode rkennedy-mode deleted the compact-count-distinct-for-8.x branch November 15, 2019 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants