Description
Equi-Depth histogram from http://web.cs.ucla.edu/~zaniolo/papers/Histogram-EDBT2011-CamReady.pdf, but without the sliding window - we assume a single window over the entire data set.
Used to generate the bucket boundaries of a histogram where each bucket has the same # of items.
This is useful, for example, for pre-splitting an index table, by feeding in data from the indexed column.
Works on streaming data - the histogram is dynamically updated for each new value.
Attachments
Attachments
Issue Links
- is required by
-
PHOENIX-4746 Pre-split index tables during synchronous creation
- Open