You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Timmy Turner <ti...@gmail.com> on 2012/10/30 11:56:24 UTC

CQL3 Cell-Transposition - Client or Server Side?

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?

Re: CQL3 Cell-Transposition - Client or Server Side?

Posted by Sylvain Lebresne <sy...@datastax.com>.
On Tue, Oct 30, 2012 at 11:56 AM, Timmy Turner <ti...@gmail.com> 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