Questions tagged [membase]

Membase is a key-value database management system that supports on-the-wire client protocol compatibility with memcached. However unlike memcached it provides disk persistence and data replication.

101 questions
2
votes
1 answer

Membase CouchDB can't get it working with Mono on Mac OS X

I've successfully installed Membase Server, their "Sub-millisecond access latency" feature is actually forced me to write this question, otherwise I would ten times already switched to MongoDB. So the question: I have properly installed and…
Lu4
  • 14,873
  • 15
  • 79
  • 132
2
votes
2 answers

Does play! framework work with membase, or maybe in general NoSQL database?

Membase seems pretty promising. Just wonder if Play! can work with Membase. Can anyone tried it share some experience and if possible some samples/documentation etc?
tom
  • 14,273
  • 19
  • 65
  • 124
2
votes
3 answers

Membase node fault handeling in Java

I am looking for a java example that shows how to avoid exceptions with Membase when one of its nodes goes down. I have a small cluster of two nodes with one 'default' bucket. It is replicated on both servers. I wrote little java test app for stress…
Worker
  • 2,411
  • 6
  • 29
  • 55
2
votes
1 answer

Problems getting memcached stats on Windows (Membase)

I just installed Membase's version of Memcached (because it seems to be the only / best option to run memcached on windows) and I'm finding a strange problem. I'm trying to make a little debug tool for myself (only for dev, not for production), and…
Daniel Magliola
  • 30,898
  • 61
  • 164
  • 243
2
votes
2 answers

Membase or Redis for memory caching system

I have planned to use membase or redis for memmory caching system in my applications. The thing i have mush confusion about which is best for persistence caching system?? can you peoples suggest which is best of each among them whats the…
Chandru
  • 67
  • 3
  • 5
2
votes
1 answer

Membase Client - ContainsKey?

Does anyone know how to check if a key exists using Membase Client (Enyim)? I dont want to pull the entire object from the cache, just check if its in there.
MindWire
  • 3,969
  • 7
  • 34
  • 46
2
votes
1 answer

Membase benchmarks and usage

Does anyone know if there are some published benchmark results for Membase? The project looks interesting, but it seems that there hasn't been a lot written about it. Apart from Zynga and Northscale, are there any users out there?
xinit
  • 1,916
  • 15
  • 12
2
votes
1 answer

How to Configure Membase?

After searching about Cassandra a little bit, i wanted to learn about Membase NoSql. I downloaded it but i couldn't find a way to configure it. Is there anyone who can help me ??
mehmetozer
  • 848
  • 6
  • 14
  • 30
2
votes
0 answers

What the "core.???" files in Couchbase do?

I'm using the Membase mode of Couchbase(1.8) now. The "core.???" files in couchbase's data directory eat up all the space of the disk and then Couchbase crashed. I recovered the couchebase service after I delete all of them. What do these files do…
ShiningRay
  • 1,008
  • 7
  • 12
2
votes
2 answers

couchbase email-alert setup using smtp.gmail.com

Any one has succeeded setting up Email- Alerts from Couchbase admin for gmail account? I am having membase cluster installed on EC2. I tried with port 465 or 587 or 25 no success. The logs shown in UI is not very informative. Can somebody even…
user343283
  • 95
  • 2
  • 11
2
votes
1 answer

Couchbase 1.8.0 concurrency (number of concurrent req support in java client/server): scalability

Is there any limit on server on serving number of requests per second or number of requests serving simultaneously. [in configuration, not due to RAM, CPU etc hardware limitations] Is there any limit on number of simultaneous requests on an…
hridayesh
  • 1,123
  • 1
  • 14
  • 36
1
vote
1 answer

Membase started working very slowly

Few days ago Membase started working very slow. We are using local moxi proxy on each server(we have 4 servers). And we have Membase cluster with 2 servers(10GBx2) with replication. Now we have about 15M records at cluster(30M with replicas).Load on…
Andrey Nikishaev
  • 3,759
  • 5
  • 40
  • 55
1
vote
1 answer

Low Latency Bigdata On Couchbase

Is Couchbase a kind of storage that address GroupBy-based read and write of 4TB worth of data with low latency? If not, what size of data Couchbase is good for for low latency access ?
iCode
  • 4,308
  • 10
  • 44
  • 77
1
vote
2 answers

call back method for membase

Do membase providing any call back method. The requirements is as soon as a value put in to membase, a callback method should get called and it will store the data in to database or any file system. Do membase support this function or is there any…
Ananth Duari
  • 2,859
  • 11
  • 35
  • 42
1
vote
1 answer

synching mysql and memcached/membase

I have an application where I would like to roll up certain information into membase to avoid expensive group by queries. For example, a click conversion will be recorded in MySQL, and I want to keep a running total of clicks grouped by hours for a…
Len
  • 542
  • 1
  • 5
  • 11