firebrand
firebrand copied to clipboard
Configuring caches in Cassandra: caching property
Hi,
Firebrand does not have property to define caching row keys of CF.
I need this:
create column family my_column_family and comparator = UTF8Type and caching = 'NONE' ...
org.firebrandocm.dao.annotations.ColumnFamily needs to be changed by adding this property and reflecting this change at the time of creation of CF.
Can you help?
Feel free to submit a PR and we will be happy to consider it for inclusion in the current snapshot. Thanks! On Nov 4, 2013 8:46 PM, "Fábio" [email protected] wrote:
Hi,
Firebrand does not have property to define caching row keys of CF.
I need this:
create column family my_column_family and comparator = UTF8Type and caching = 'ALL' ...
org.firebrandocm.dao.annotations.ColumnFamily needs to be changed by adding this property and reflecting this change at the time of creation of CF.
Can you help?
— Reply to this email directly or view it on GitHubhttps://github.com/47deg/firebrand/issues/33 .
Meanwhile have you tried creating the column family using CQL instead of Annotations? http://firebrandocm.org/#cql You may be able to just get by with CQL directly until then.