Re: Riak 2.0 override default schema

2014-10-10 Thread Eric Redmond
Currently, if you change the schema after you've imported data, you have to rebuild your index again. Riak won't detect that you've changed schemas, unless you invalidate your AAE tree (as described in the upgrade doc) and let AAE repair the indexes with the new schema data. Eric On Oct 9, 20

Riak 2.0 override default schema

2014-10-09 Thread Jorge Garrido gomez
Hello, We migrate our data from Legacy to Riak 2.0, the migration was success, but we use the default schema provided by Riak, The question is: If we assign a new schema to the indexed bucket, it works in the same way or data could be corrupted and queries will throw any error? Thank you Jorg