Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring caches in Cassandra: caching property #33

Open
fzoro opened this issue Nov 4, 2013 · 2 comments
Open

Configuring caches in Cassandra: caching property #33

fzoro opened this issue Nov 4, 2013 · 2 comments

Comments

@fzoro
Copy link
Contributor

fzoro commented Nov 4, 2013

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?

@raulraja
Copy link
Contributor

raulraja commented Nov 4, 2013

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
.

@raulraja
Copy link
Contributor

raulraja commented Nov 4, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants