Monday, November 13, 2017

Optimizing Database Pagination Using Couchbase N1QL

DZone Database Zone
Optimizing Database Pagination Using Couchbase N1QL
Optimizing Database Pagination Using Couchbase N1QL

How does Google do it? When you search for anything, it gives you back the top relevant results and tells you an approximate number of documents for your topic — all under one second. Here are some high-level pointers.

Enterprise applications have the same needs, albeit with more complex search, search, sort, and pagination criteria.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...