On Tue, Oct 30, 2012 at 11:56 AM, Timmy Turner <[email protected]> wrote: > Does the cell transposition that is necessary for CQL3 happen on the > server side after the query execution, or is it something that the > Cassandra/CQL-client does before ultimately handing over the result > set to the caller?
The former (server-side). Leaving it to the client side would have been a pretty bad idea. -- Sylvain
