Comments - Cassandra Storage Engine Use Example

10 years, 1 month ago Jurj Alin

I have a cassandra with 100k columns and with compact storage, however i still cant make this work

create table stats (some_key varchar(255) primary key, dynamic_cols blob DYNAMIC_COLUMN_STORAGE=yes) engine=cassandra keyspace='ks1' column_family='cf1'`

i get

ERROR 1429 (HY000): Unable to connect to foreign data source: Column family cf1 not found in keyspace ks1

any idea what could this be ?

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.