August 2014
Intermediate to advanced
348 pages
9h 39m
English
CHAPTER 7
![]()
Advanced Couchbase Techniques
In the previous four chapters you’ve learned about the various SDKs, key-based operations, views, and the N1QL language. But just knowing how to store and retrieve data does not immediately translate into being a deadly Couchbase coding ninja. To be fair, being able to use the CRUD operations and indexed queries is enough for quite a few different applications. However, real production systems, enterprise software, and various web-scale applications have requirements beyond just using a database.
This chapter covers some important techniques that are commonly used in real-world applications, such as handling ...