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
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