Actually that's wrong, it is perfectly possible to restore a snapshot on a live cassandra cluster. There is even basically 2 solutions: 1) use the sstableloader (http://www.datastax.com/dev/blog/bulk-loading) 2) copy the snapshot sstable in the right place and call the JMX method loadNewSSTables() (in the column family MBean, which mean you need to do that per-CF).
-- Sylvain On Thu, Aug 2, 2012 at 9:16 AM, Romain HARDOUIN <romain.hardo...@urssaf.fr> wrote: > > No it's not possible > > "Desimpel, Ignace" <ignace.desim...@nuance.com> a écrit sur 01/08/2012 > 14:58:49 : > >> Hi, >> >> Is it possible to restore a snapshot of a keyspace on a live >> cassandra cluster (I mean without restarting)? >>