On Wed, Feb 10, 2010 at 8:50 PM, Sean Clark Hess <[email protected]> wrote: > Wait, nevermind, Chris, your comment is right on. It was just that last > paragraph that threw me off >
Sure thing, I should have mentioned that the reason to keep view keys smaller than values is that keys are involved in all the comparisons that go into inserting and reading from the btree. Longer keys take longer to compare (especially strings), so if you are pushing to the limit, keep this in mind. -- Chris Anderson http://jchrisa.net http://couch.io
