I seem to recall some talk about dynamically setting a key space or maybe it was dynamically loading column families? Is this already a feature request, to your knowledge, or should I open a Jira issue? If yes to opening a Jira issue, should it be the feature of dynamically reloading the config or dynamically creating CFs?
Thanks, Robin. -----Original Message----- From: Jonathan Ellis [mailto:[email protected]] Sent: December 3, 2009 4:02 PM To: [email protected] Subject: Re: data modeling question On Thu, Dec 3, 2009 at 2:54 PM, Coe, Robin <[email protected]> wrote: > Since adding/removing CFs requires editing the storage-conf file and > restarting Cassandra to pick up the change, I'm wondering if there's a > better way to implement this model? Alternatively, is there a mechanism by > which I can tell Cassandra to refresh/reload it's config file, without > disrupting the work it's doing? Nope. But fixing this would be the Right Way to approach things IMO. -Jonathan
