Skip to content

Instantly share code, notes, and snippets.

@PharkMillups
Created October 27, 2010 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PharkMillups/649894 to your computer and use it in GitHub Desktop.
Save PharkMillups/649894 to your computer and use it in GitHub Desktop.
07:53 <chids> So with Riak Search being in an "early stage" what's the risk of it affecting Riak?
I.e. can I run Riak Search and expect it not to mess with the basic K/V store in case
of any problems/bugs?
07:53 <seancribbs> it won't "mess with" KV
07:54 <seancribbs> Riak Search isn't feature complete and has known bugs, but those don't
really affect KV
07:58 <chids> I'm fine with it not being complete and having bugs. I won't rely on search to
behave as long as the K/V doesn't get affected.
07:58 <chids> And I understand that you won't issue any guarantees :-)
08:02 <seancribbs> well, it's "beta". we haven't hardened it as much as KV, for sure
08:02 <chids> Yeah, on the other hand it only interacts with K/V through the hook right?
08:03 <seancribbs> yes, and it stores some internal data in KV
08:03 <chids> In it's own bucket(s) or in the indexed buckets?
08:04 <seancribbs> in its own buckets
08:04 <chids> That ought to be enough safety
08:05 <chids> Thanks Sean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment