Search code examples
cassandraaggregate-functionscql

Cassandra aggregation


I have a Cassandra cluster with 4 table and data inside.

I want to make request with aggregation function ( sum, max ...) but I've read here that it's impossible : http://www.datastax.com/documentation/cql/3.1/cql/cql_reference/cql_function_r.html

Is there a way to make sum , average, group by, without buying the enterprise version, can I use presto , or other solutions?

Thanks


Solution

  • Aggregate functions will be available as part of Cassandra 3.0

    https://issues.apache.org/jira/browse/CASSANDRA-4914