You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" notifications@github.com 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//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.
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?
The text was updated successfully, but these errors were encountered: