Tag: Keys

Getting Multiple Documents by Key in a Single Operation with Node.js

Getting Multiple Documents by Key in a Single Operation with Node.js

There are many different ways to query for data in Couchbase Server. You can do direct lookups for documents based on their key, you can query views, or you can even write N1QL queries. When it comes to obtaining data,...

Why I Use Double Colons as a Key Pattern Delimiter

Why I Use Double Colons as a Key Pattern Delimiter

People ask me all the time why I create Couchbase key patterns with double colons as a delimiter. Well… Not::much::else::uses::double::colons so it is a great delimiter They make for human readable keys Every object in Couchbase needs a unique key per bucket and since...