In vertica, if I have a column sorted, and the same value repeat 1M times,
it only used very small storage as it only stores (value, 1M). But in ORC,
looks like the max length is less than 200 ( not very sure, but at about
the same level of hundreds), why restrict the max run length?

Reply via email to