Questions tagged [couchbase]

Couchbase Server is a distributed, key-value ("NoSQL") database management system incorporating a view-based querying and retrieval system, designed to store the information for web applications. Couchbase Server provides a managed in-memory caching tier, so that it supports very fast create, store, update and retrieval operations.

Introduction

Couchbase Server is a distributed, key-value ("NoSQL") database management system incorporating a view-based querying and retrieval system, designed to store the information for web applications. Couchbase Server provides a managed in-memory caching tier, so that it supports very fast create, store, update and retrieval operations.

Couchbase Server 2 has some new significant features and improvements:

  • Flexible JSON Documents - The JSON document model reduces development friction. Instead of imposing rigid schemas and high-stakes migrations, a document database can accept new fields as requirements shift.
  • Cross Datacenter Replication* - To offer a truly high-performance experience to a worldwide audience, you'll need multiple points of presence. Replication also provides resilience in the face of infrastructure failures.
  • Indexing and Querying - See inside your data using powerful secondary indexes. Couchbase mantains the index and distributes your data and queries across the cluster.
  • Incremental Map Reduce - Incremental map reduce provides powerful aggregates and summaries, even with large datasets for distributed real-time analytic use cases.

Useful Links

29 questions
1
vote
1 answer

Couchbase Enterprise 2.5: AWS, Rack Awareness and XDCR

With Couchbase Enterprise 2.5 comes Rack Awareness, which suggests replica data will automatically be kept on separate AWS availability zones without the need for XDCR or additional configuration. How does Rack Awareness replication compare to…
MrYellow
  • 113
  • 5
1
vote
0 answers

Couchbase - Unable to connect to http://localhost:8091/index.html after install

I've just installed CouchBase Server Community Edition v2.1.1 on a Windows Server 2003 32bit machine. The installation process went smoothly, but when it fires the browser to load the Web Admin Console at http://localhost:8091/index.html the…
Darkseal
  • 251
  • 5
  • 11
1
vote
0 answers

Nginx compiled with couchbase-nginx-module high CPU usage

I'm testing couchbase_nginx module with ngx_srcache module to store data in couchbase. I use https://github.com/couchbaselabs/couchbase-nginx-module to compile and installed the setup according to the guides and no problem faced. After few browsing…
Hirantha
  • 11
  • 4
1
vote
0 answers

Couchbase nodes are stuck in pending after bucket creation, nodes aren't rebalancing

If anyone here is familiar with setting up Couchbase, I need your help. I'm in the process of migrating all of our on-prem servers to Azure. Right now we're trying to get Couchbase in the cloud to manage session state. However, when we set up a…
Hey_Mindo
  • 21
  • 1
0
votes
0 answers

Reach Couchbase private ip via IPtables Nat Gateway

We have a requirement to reach our Couchbase private IP through from an outside network. We intend to accomplish this through a NAT Gateway which we have created through IP tables. I can telnet the Nat Gateway's Public IP with the ports that are…
0
votes
2 answers

Google Compute Engine - Instance Shutdown request deleting and recreating instance deleting all data

I am new to GCS, I created a Compute Engine Instance via Instance Group. and installed Couchbase Server and Node JS on them. After four five days of working I tried to shutdown my instances. As I was fire shutdown request the instance gives success…
0
votes
1 answer

Couchbase can not access web console

I am running a Vagrant machine on Windows 10 using CentOS 6.7 and have installed Couchbase. For some reason I can not access the couchbase admin from the browser. When testing with telnet 192.168.56.101 8091 I get this: Connected to…
0
votes
0 answers

Bad protocol version identification 'POST /adminport/shutdownTopicRequest HTTP/1.1'

Aug 10 17:17:34 myhostname sshd[7081]: Bad protocol version identification 'POST /adminport/shutdownTopicRequest HTTP/1.1' from 85.20*.**.** port 60018 Aug 10 17:17:42 myhostname sshd[7082]: Bad protocol version identification 'POST…
Pian0_M4n
  • 178
  • 1
  • 6
0
votes
1 answer

Package for Debian 7 on Debian 8

I want to install Couchbase server on Debian 8.0 but the released packages are only for Debian 7. Generally: What problems could arise from installing package for older distro version? Any drawbacks? Does anybody have experience specifically with…
NefariousOctopus
  • 559
  • 1
  • 5
  • 9
0
votes
1 answer

Couchbase php sdk 2 Generic Error

I am trying to test a couchbase connection in php v5.5 with the 2.0.7 cb sdk. I am getting the following out put when I run the code below. The server I am trying to connect to is remote and I do not have the the cb server app installed on this…
Carter
  • 103
  • 2
0
votes
1 answer

Error installing php-devel 5.5 CentOS 6

I am trying to run pecl install couchbase but am having trouble with php-devel and its dependencies. When I try to run yum --enablerepo=remi-php55 install php-devel I get the following error. My current version of php is 5.5.16. It looks like I…
Carter
  • 103
  • 2
0
votes
1 answer

Couchbase Community Edition as a Cache

It is mentioned here(www.couchbase.com/memcached) that couchbase can be used as the caching layer. I am supposed to use the community edition for my caching layer. As found in Internet, there are many large scale organizatios are using for heavy…
Débora
  • 157
  • 1
  • 7
0
votes
2 answers

Couchbase increase number of vbuckets in a bucket

I have a questions about couchbase bucket. Is there anyway to change the number of vbuckets of a bucket. By default, it is 1024. Anyone know, pls tell me. Thank you
Summer Nguyen
  • 214
  • 3
  • 10
0
votes
1 answer

Couchbase Bucket used memory

I am new to couchbase. I use web console to create new Couchbase bucket with RAM allocated = 100 MB ( for testing only). The thing I don't understand is : this new bucket has 40MB in-use. What is it use for ? Can anyone explain me ? Thank you very…
Summer Nguyen
  • 214
  • 3
  • 10
1
2