Mode VoltDB 8.4.8 - Implement Naive PERCENTILE_N
rkennedy-mode
released this
13 Apr 22:17
·
1 commit
to mode-release-8.x
since this release
Incorporates #12, implementing naive percentile methods (PERCENTILE_1, PERCENTILE_5, PERCENTILE_25, MEDIAN, PERCENTILE_75, PERCENTILE_95, and PERCENTILE_99).
The naive implementation is good for up to ~1M rows per partition, beyond which failures should be expected due to VoltDB VARBINARY size limits.