Please log in to watch this conference skillscast.
In this session you will learn about the architecture of Couchbase and its internals. This session is a good opportunity to understand how Couchbase Server and Clients deals with distribution of the data, caching but also indexing.
After this talk you will see and clearly understand where Couchbase fits in the "CAP Theorem" and see which tradeoffs have been made by the Couchbase development team.
Simplify, then Scale the Data Model: Using a Document-Oriented Database
"Simplify, then add lightness." was Colin Chapman's advice to those seeking performance in auto racing. When deciding where to store the data behind interactive web apps, we developers can now implement such a philosophy through Document-Oriented databases like Couchbase Server. In Couchbase's document-oriented model, the primitive operations operate on data aggregates just like the Java object model behind your application.
Storage and retrieval are done with lightweight operations such as 'get' and 'set'. Indexing and querying is done with Couchbase's views to incrementally map-reduce extract document subelements on demand. Performance in development time, sub-millisecond data access and massive scale come together in this formula.
YOU MAY ALSO LIKE:
- Extreme Java: Advanced Topics with Dr Heinz Kabutz (Online Course on 29th - 30th March 2021)
- Extreme Java: Concurrency Performance with Dr Heinz Kabutz (Online Course on 31st March - 2nd April 2021)
- Process Automation in Cloud-Native Architectures (SkillsCast recorded in December 2020)
- Typecheck Your Memory Management with Linear Types (SkillsCast recorded in November 2020)
Couchbase Internals
Perry Krug
Perry Krug is a Sr. Solutions Architect for Couchbase. Perry has worked with hundreds of deployments of Couchbase's NoSQL database technology. He has over 6 years of experience in high performance caching and database systems.