Howdy,
I'm wondering can you add some examples to this document,
http://www.datastax.com/docs/1.0/ddl/data_model_planning#start-with-queries
E.g.
Data model examples in Cassandra for popular and common use cases:
- Historical data
-- Time Series Data
- ordering query, e.g. get order data order by customer_id and order_date.
- only care about the last 6 months worth of data
-- should I implement expiring columns TTL?
- data archiving and purging, from OLTP to DW
...
- and lot's of them I don't know yet.
Thanks,
Charlie | DBA
