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 593F41896E for ; Wed, 15 Jul 2015 06:55:05 +0000 (UTC) Received: (qmail 62921 invoked by uid 500); 15 Jul 2015 06:55:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 62895 invoked by uid 500); 15 Jul 2015 06:55:04 -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 62880 invoked by uid 99); 15 Jul 2015 06:55:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 06:55:04 +0000 Date: Wed, 15 Jul 2015 06:55:04 +0000 (UTC) From: "Benjamin Lerer (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9802) Better page size for aggregates in cqlsh 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-9802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14627630#comment-14627630 ] Benjamin Lerer commented on CASSANDRA-9802: ------------------------------------------- I thought about it this morning and came to the same conclusion. :-) {quote}which is 2 something years old and haven't seen any movement.{quote} I can only take the blame for the last year ;-) > Better page size for aggregates in cqlsh > ---------------------------------------- > > Key: CASSANDRA-9802 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9802 > Project: Cassandra > Issue Type: Improvement > Reporter: Sylvain Lebresne > Assignee: Benjamin Lerer > Priority: Minor > Fix For: 3.x > > > As discussed in CASSANDRA-9724, cqlsh uses a small page size (100) which makes sense for "normal" queries since you don't want to flood the terminal, but is quite sub-optimal for aggregates where the page size is used as the internal page size for the aggregate (there is thus no terminal flooding concerns and a page size of 100 is too low). > We should thus make cqlsh use a bigger page size (stick with the python driver default for instance) when dealing with aggregate queries. According to Tyler: > bq. it's not trivial, but it is possible. It should take a day or less of work. -- This message was sent by Atlassian JIRA (v6.3.4#6332)