hsgubert/cassandra_migrations
>
> On Fri, Dec 5, 2014 at 7:49 AM, Ben Hood <0x6e6...@gmail.com>
> wrote:
>
>> On Tue, Nov 25, 2014 at 12:49 PM, Phil Wise
>> wrote:
>>> https://github.com/advancedtelematic/cql-migrate
>>
>> Great to see these tools out there!
>
d use case for
>> http://www.datastax.com/dev/blog/datetieredcompactionstrategy
>>
>>
>> On Dec 1, 2014, at 3:07 AM, Phil Wise
>> wrote:
>>
>> We're considering switching from using Redis to Cassandra to
>> store short lived (~1 hour) sessi
We're considering switching from using Redis to Cassandra to store
short lived (~1 hour) session tokens, in order to reduce the number of
data storage engines we have to manage.
Can anyone foresee any problems with the following approach:
1) Use the TTL functionality in Cassandra to remove old to
On 25.11.2014 10:22, Jens Rantil wrote:
> Anyone who is using, or could recommend, a tool for versioning
> schemas/migrating in Cassandra?
I've recently written a tool to solve schema migration at our company
which may be useful:
https://github.com/advancedtelematic/cql-migrate
> My list of re