Search:

Search all manuals
Search this manual
Manual
Couchbase Developer's Guide 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
1.1 Understanding Couchbase Concepts
Chapter Sections
Chapters

1.1.1. Data Buckets

Your web application stores data in a Couchbase cluster using "buckets." Buckets are isolated, virtual containers which logically group data in memory within a cluster; they are the functional equivalent to a database. You create data buckets in Couchbase Server in the same scenarios where you would create a database in MySQL or any other relational database. Buckets can be accessed by multiple client applications across a cluster. They provide a secure mechanism for organizing, managing and analyzing data storage. As an application developer you will most likely create buckets for your development and production environment.

For more information about data buckets in Couchbase Server, and how to create them, see Using Data Buckets and Couchbase Server 1.8 Manual, Data Buckets