CELL_LIMIT is scan spec member and SELECT predicate clause that limits the
number of cells returned by the query.  Currently, CELL_LIMIT is applied
per-column family.  We're planning to change the semantics of this option
and introduce a new one as follows:

CELL_LIMIT - This will restrict the total number of cells returned by the
query and will get applied after all of the predicates.

CELL_LIMIT_PER_FAMILY - This will behave like the old CELL_LIMIT and will
restrict the number of cells returned per column family (per row).

Please let me know if you have any comments or suggestions.  We plan to roll
this change out with the upcoming 0.9.5.1 release.

- Doug

-- 
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en.

Reply via email to