Top "Cql3" questions

Cassandra Query Language (CQL) is a SQL (Structured Query Language)-like language for querying Cassandra.

How to auto generate uuid in cassandra CQL 3 command line

Just learning cassandra, is there a way to insert a UUID using CQL, ie create table stuff (uid uuid primary …

cassandra cql cql3
MAX(), DISTINCT and group by in Cassandra

I am trying to remodel a SQL database Cassandra such that, I can find the Cassandra equivalent for the SQL …

nosql cassandra cql cql3 nosql-aggregation
Results pagination in Cassandra (CQL)

I am wondering how can I achieve pagination using Cassandra. Let us say that I have a blog. The blog …

cassandra cql cql3 datastax-enterprise
Cassandra UUID vs TimeUUID benefits and disadvantages

Given that TimeUUID handily allows you to use now() in CQL, are there any reasons you wouldn't just go ahead …

cassandra uuid cql cql3 timeuuid
Cassandra: Generate a unique ID?

I'm working on a distributed data base. I'm trying to generate a unique ID that will serve as a column …

cassandra uuid cql cql3
How to list column families in keyspace?

How can I get list of all column families in keyspace in Cassandra using CQL 3?

cassandra cassandra-2.0 cql3 cqlsh
How do I set the consistency level of an individual CQL query in CQL3?

In the earlier beta releases of CQL, there was a command I could use to set the read / write consistency …

cassandra cql3 datastax-enterprise consistency
alter composite primary key in cassandra CQL 3.0

I'm in a situation where I need to change the the composite primary key as follows: Old Primary Key: (id, …

cassandra composite-primary-key alter cql3 cqlsh
Where and Order By Clauses in Cassandra CQL

I am new to NoSQL database and have just started using apache Cassandra. I created a simple table "emp" with …

cassandra cql cql3
How do secondary indexes work in Cassandra?

Suppose I have a column family: CREATE TABLE update_audit ( scopeid bigint, formid bigint, time timestamp, record_link_id bigint, …

cassandra cql cassandra-2.0 cql3