I'm pleased to announce that our memcached win32 binary for memcached 1.4.2 now supports being able to be installed as a Windows service. The distribution can be found from our labs website at which you can download at https://downloads.northscale.com/memcached-win32-1.4.2-b.zip. The...
This post introduces to the RepositoryBase and how it’s extended and how to create a simple Repository of T for Couchbase using the .NET Client Library.
As a nerdy adolescent boy growing up in Baton Rouge, Louisiana I discovered that I really loved computers – and computer software in particular. Creating something from nothing and instantly seeing the results in all their black-and-green, 64 column-by-16 line,...
The first step to efficient document database modelling is to think in terms of pre-computing your answers and know the three things to know about the same.
There are a few things every Couchbase Server operator must know. We hope that the following 10 things will come in handy and make your job easier.
You can’t judge a book by its cover, but you can judge the architecture of a distributed system by its topology. If two distributed systems are equally effective, is the one with the simpler topology the one with the better...
Learn the Spymemcached Java client, the leading Java client used by Java-based applications that need to avail themselves to Memcached servers.
Querying Views is what views are all about. Our documentation is great and can be found here: https://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-views.html Compound Keys Just to illustrate how group level works, let’s use a Map function that sorts users by the latest login timestamp, converting...
This blog focus on details and insights gained from the whitepaper published by Cisco and Solarflare using Couchbase Server through benchmarking exercise.
If you’ve been following along, a developer preview version of the library was released last month. It contained a whole bunch of improvements which you can read about here. TL;DR: Updated API docs is at https://docs.couchbase.com/sdk-api/couchbase-c-client-2.4.0-beta/index.html Download Page is at https://packages.couchbase.com/clients/c/index.html We’ve made some more...
Starting from version 2.0, Couchbase server offers a powerful way of creating indexes for JSON documents through the concept of views. Using views, it is possible to define primary indexes, composite indexes and aggregations allowing to: . query documents on...
Before we get started, I’d like to point you a blog by my colleague Michael Nitschinger, in which you can learn about the best way to set up your basic PHP and Couchbase Environment, if not using nginx & PHP-FPM: https://nitschinger.at/Getting-Started-with-Couchbase-and-PHP...