我的要求是有一个如下的列族:
mac_ap text,
proto int,
stime int,
total_data int,
total_assoc int,
location_id int,
location_name text
PRIMARY KEY(mac_ap, proto, stime)
我认为COMPACT STORAGE
不允许这样做。另外,我想使用 pycassa。有什么方法可以实现上述使用Cassandra 1.2
和Pycassa?