Tag: query
NDP Episode #4: Querying with NoSQL
I am pleased to announce that the fourth episode of the NoSQL Database Podcast is now available. In this episode titled Querying with NoSQL, I’m joined by two of my colleagues, Keshav Murthy and Prasad Varakur. We discuss how querying works...
High Performance NOSQL Query Consistency with Couchbase 4.5
High Performance Consistency When using Couchbase as your system of record we provide a best in class indexing experience using our global secondary indexes and workload isolation through dedicated indexing nodes. We’ve improved that experience even further in Couchbase 4.5...
Introducing Linq2Couchbase Developer Preview 1: The Linq provider for Couchbase N1QL!
*Sample code for this post is available in the couchbase-net-examples project here. I am very excited to announce developer preview #1 of the official Linq provider for Couchbase N1QL! This is a very early pre-release to introduce the provider, preview...
Guest post from CenterEdge Software: Couchbase and N1QL Security
Note: this is a guest post by Brant Burnett of CenterEdge Software, a company which developes POS and specialty software for the amusement park, leisure and entertainment industries. Overview N1QL is an incredibly powerful new tool which will help to...
Pagination with Couchbase
[This blog was syndicated from http://blog.grallandco.com] If you have to deal with a large number of documents when doing queries against a Couchbase cluster it is important to use pagination to get rows by page. You can find some information...