Re: Anyone using Astyanax in production besides Netflix itself?

2014-05-30 Thread Jeremy Powell
My team uses astyanax for 3 different c* clusters in production. we're on c* 1.2.xx. works well for our requirements - we don't use cql, mostly just time series data. But cutting this short, most people who ask about astyanax get redirected to their user group ( https://groups.google.com/forum/#!f

Re: Efficient bulk range deletions without compactions by dropping SSTables.

2014-05-14 Thread Jeremy Powell
tuck in the joining state, and it's system keyspace needs to be wiped and re-synced to attempt to get back to a happy state. This unfortunately means we have to stop schema changes when a node needs to be replaced, but we have this flow down pretty well. Hope this helps, Jeremy Powell On Mon,

Re: Is there anyone who implemented time range partitions with column families?

2013-05-29 Thread Jeremy Powell
Cem, yes, you can do this with C*, though you have to handle the logic yourself (other libraries might do this for you, seen the dev of playORM discuss some things which might be similar). We use Astyanax and programmatically create CFs based on a time period of our choosing that makes sense for o