Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F13DEB93 for ; Tue, 28 May 2013 14:50:32 +0000 (UTC) Received: (qmail 60001 invoked by uid 500); 28 May 2013 14:50:32 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 59952 invoked by uid 500); 28 May 2013 14:50:31 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 59922 invoked by uid 99); 28 May 2013 14:50:31 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 14:50:31 +0000 Date: Tue, 28 May 2013 14:50:31 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-4415) Add cursor API/auto paging to the native CQL protocol MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-4415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko reassigned CASSANDRA-4415: -------------------------------------------- Assignee: Aleksey Yeschenko (was: Sylvain Lebresne) > Add cursor API/auto paging to the native CQL protocol > ----------------------------------------------------- > > Key: CASSANDRA-4415 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4415 > Project: Cassandra > Issue Type: New Feature > Affects Versions: 1.2.0 beta 1 > Reporter: Sylvain Lebresne > Assignee: Aleksey Yeschenko > Labels: cql, protocol > Fix For: 2.0 > > > The goal here would be to use a query paging mechanism to the CQL native protocol. Typically the client/server with that would look something like this: > {noformat} > C sends query to S. > S sends N first rows matching the query + flag saying the response is not complete > C requests the next N rows > S sends N next rows + flag saying whether there is more > C requests the next N rows > ... > S sends last rows + flag saying there is no more result > {noformat} > The clear goal is for user to not have to worry about limiting queries and doing manual paging. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira