Re: How to create a table in Cassandra

2012-01-28 Thread aaron morton
Check the documentation here http://www.datastax.com/docs/1.0/index Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 28/01/2012, at 3:36 AM, anandbab...@polarisft.com wrote: > > Can anyone tell me how to create a table in the Cassandra

Re: How to create a table in Cassandra

2012-01-27 Thread R. Verlangen
A "table" is called a "column family" in Cassandra. >From the CLI you can just create one by typing: create column family MyApplication; -- Forwarded message -- > From: > Date: Fri, Jan 27, 2012 at 2:36 PM > Subject: How to create a table in Cassandra > To: d...@cassandra.apac