On Thu, 2011-07-07 at 19:34 -0400, A J wrote:
> Does a 'select * from <cf>'  with no filter still use the primary
> index on the key or do a 'full table scan' ? 

It's the equivalent of a range slice with no starting or ending keys,
and no starting or ending columns.  Indexing cannot save you; This is an
expensive query.

-- 
Eric Evans
eev...@rackspace.com

Reply via email to