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 8072F10E4F for ; Tue, 18 Feb 2014 23:23:39 +0000 (UTC) Received: (qmail 56435 invoked by uid 500); 18 Feb 2014 23:23:32 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 56399 invoked by uid 500); 18 Feb 2014 23:23:30 -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 56327 invoked by uid 99); 18 Feb 2014 23:23:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2014 23:23:28 +0000 Date: Tue, 18 Feb 2014 23:23:28 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-6723) support for multiget_count in cql3 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-6723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-6723. --------------------------------------- Resolution: Won't Fix Not if he wants separate counts for each partition, which is what the Thrift call did. The good news though is that the multi* methods in Thrift were a poor workaround for Thrift being inherently synchronous. Under the hood it just does a bunch of single-partition count queries and wraps them up for you in a single reply. With CQL you can do asynchronous queries natively, so this isn't necessary. > support for multiget_count in cql3 > ---------------------------------- > > Key: CASSANDRA-6723 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6723 > Project: Cassandra > Issue Type: New Feature > Reporter: Michael Nelson > Priority: Minor > > Use Case: > I would like to get the number of articles published in a timeframe for multiple rss feeds that we are ingesting into Cassandra wide rows. Currently individual count queries for each feed must be made. > I believe this could be accomplished using mutliget_count in the thrift interface but there seems to be no viable alternative in the CQL interface. > Thanks: > Cassandra is amazing, thanks for all the hard work. -- This message was sent by Atlassian JIRA (v6.1.5#6160)