Questions tagged [couchbase-bucket]

Couchbase Buckets: provide data persistence and data replication. Data stored in Couchbase Buckets is highly-available and reconfigurable without server downtime. They can survive node failures and restore data plus allow cluster reconfiguration while still fulfilling service requests.

The main features are:

  • Supports items up to 20MB in size.
  • Persistence, including data sets that are larger than the allocated memory size for a bucket. You can configure persistence per bucket and Couchbase Server will persist data asynchronously from RAM to disk.
  • Fully supports replication and server rebalancing. You can configure one or more replica servers for a Couchbase bucket. If a node fails, a replica node can be promoted to be the host node.
  • Full range of statistics supported.

Resources:

6 questions
2
votes
0 answers

Service ‘memcached’ exited with status 139. Restarting. Messages (Couchbase)

I am facing below error most of time and at same time bucket appear down(1 node pending). This error facing just after setting up and Couchbase server even not accessed yet. Service 'memcached' exited with status 139. Restarting.…
2
votes
2 answers

How to load json file data to existing couchbase bucket through command line or manually?

As i have created a data file in JSON format and I want to know how to load that JSON file to existing Couchbase Server bucket through command line or manually?
Instinct
  • 51
  • 1
  • 7
2
votes
1 answer

Couchbase backup and restore from cbbackupmgr

I am taking couchbase cluster backup from cbbackupmgr command daily. I scheduled cron job one month ago and just observed when first day backup happened from cbbackupmgr command created file size is in GB. Now file creating in MB after first day…
LetsNoSQL
  • 1,478
  • 1
  • 11
  • 23
2
votes
1 answer

Couchbase point in time recovery?

Is it possible to restore couchbase cluster or node point in time? if any please let me know. Thanks
LetsNoSQL
  • 1,478
  • 1
  • 11
  • 23
1
vote
1 answer

Does a bucket span over all nodes in a Couchbase Server cluster?

I've been reading through the Couchbase Server documentation, and as I understand it, this is "how it all works": A cluster has one or more nodes (servers). A cluster has one or more buckets. A bucket has one or more views. My questions: I would…
Lars Andren
  • 8,601
  • 7
  • 41
  • 56
1
vote
1 answer

couchbase bucket select

I want to select a certain bucket in a couchbase telnet session. F.e. I can get value from the default bucket with this command: get a1 0 How to select a bucket through couchbase memcached protocol?
kolchanov
  • 2,018
  • 2
  • 14
  • 32