Thank you Aaron.
On Mon, Apr 23, 2012 at 2:39 PM, aaron morton wrote:
> No.
>
> CounterColumnType only works with column values, which are not sorted.
> Sorting counters while they are being updated is potentially very
> expensive.
>
> You have a few options:
>
> 1) If the list of counters is sho
No.
CounterColumnType only works with column values, which are not sorted. Sorting
counters while they are being updated is potentially very expensive.
You have a few options:
1) If the list of counters is short (say < 100 columns) get all the columns and
sort client side.
2) Run a periodic