Search:

Search all manuals
Search this manual
Manual
Couchbase Developer's Guide 2.0
Community Wiki and Resources
Download Couchbase Server 2.0
Couchbase Server 2.0 Manual
Client Libraries
Couchbase Server Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Couchbase Developer's Guide 2.0
Child Sections
Chapters

Chapter 6. Storing Data

Table of Contents

6.1. About Keys, Values and Meta-data
6.1.1. Specifying Keys
6.1.2. Specifying Values
6.1.3. More on Metadata
6.1.4. Understanding Document Expirations
6.2. Writing JSON Documents to Couchbase
6.3. About Data Buckets
6.4. About Sharding Data
6.5. Creating and Managing Buckets
6.6. Partitioning Data with Buckets

This section describes how Couchbase Server stores information from your application. It includes information that you will store with every item, and how Couchbase Server structures storage in data buckets. The last sections will briefly describe basic operations you can perform on data buckets during application development.