Re: Changing the Riak Backend and keeping data

2012-01-24 Thread Mark Phillips
Correct. Thanks for clarifying, Reid. Mark On Wed, Jan 25, 2012 at 5:34 AM, Reid Draper wrote: > > On Jan 24, 2012, at 10:02 PM, Mark Phillips wrote: > >> On Mon, Jan 23, 2012 at 11:34 PM, Nicholas Young >> wrote: >>> Unless something has changed drastically, only LevelDB supports secondary >>>

Re: Changing the Riak Backend and keeping data

2012-01-24 Thread Reid Draper
On Jan 24, 2012, at 10:02 PM, Mark Phillips wrote: > On Mon, Jan 23, 2012 at 11:34 PM, Nicholas Young > wrote: >> Unless something has changed drastically, only LevelDB supports secondary >> indexes: >> http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-September/005839.html >> __

Re: Changing the Riak Backend and keeping data

2012-01-24 Thread Mark Phillips
On Mon, Jan 23, 2012 at 11:34 PM, Nicholas Young wrote: > Unless something has changed drastically, only LevelDB supports secondary > indexes: http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-September/005839.html > ___ This is true, but

Re: Changing the Riak Backend and keeping data

2012-01-23 Thread Nicholas Young
Unless something has changed drastically, only LevelDB supports secondary indexes: http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-September/005839.html ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman

Re: Changing the Riak Backend and keeping data

2012-01-23 Thread Michael Clemmons
Charlies, Upgrading riaks version or switching the the storage backend is typically best down by rolling in the new servers then rolling out the old servers. This takes a while but keeps you downtime at ~0. After the old servers are removed you should be able to start using the riak's newest power

Changing the Riak Backend and keeping data

2012-01-23 Thread charles
I've been using Riak for a few weeks now. I'm using the PHP API Client (http://basho.github.com/riak-php-client/). I noticed it was giving me errors when I tried to add indexes, so I changed the backend from bitcask to leveldb (Does bitcask not allow indexing i.e. for secondary indexes?). So