Couchbase 4.0 Beta Released!

Does anyone have a test docker image of this release candidate they have been working with? Ideally, I am looking to create a minimal 3 node cluster on a single host.

You can improve query performance with secondary indexes. Want to create a bunch of indexes? Go for it. Want to create a compound index on multiple fields? Go for it. Worried about what will happen to query performance as the number of nodes increases? Don’t. We implemented global secondary indexes. The key word being “global”. A global secondary index is not partitioned. It’s a whole index. After all, it’s a lot faster to check a whole index on one node than it is to check a partial index on every node.

1 Like