Month: May 2016

Couchbase Server on the New Windows Azure

Couchbase Server on the New Windows Azure

You can find more up to date instructions for  Couchbase Server on Azure in Step by Step Guide —————————————– Original post:  Microsoft’s recent updates to Windows Azure have introduced a variety of new features, ranging from Git deployments to node.js...

Faster Indexing and Query: Introducing Memory Optimized Global Secondary Indexes – PART II

Faster Indexing and Query: Introducing Memory Optimized Global Secondary Indexes – PART II

In PART I, we have covered the differences in indexing with local and global indexes. We have also concluded with the 2 storage options Couchbase Server provides for global secondary indexes: standard GSI and memory optimized GSI. Lets dive into memory...

Faster Indexing and Query: Introducing Circular Writes with Standard Global Secondary Indexes for Efficient IO – PART III

Faster Indexing and Query: Introducing Circular Writes with Standard Global Secondary Indexes for Efficient IO – PART III

In Part I or the series, we have corevered the architecture behind global vs local Indexes and when to use a global (GSI) vs a local index (MapReduce View) index in Couchbase Server. In Part II of the series, we...

Full Text Search in .NET with Couchbase 4.5

Full Text Search in .NET with Couchbase 4.5

Full Text Search (or FTS) is a new feature that is being released as a developer preview in Couchbase 4.5. It is not meant for production, and is not yet supported, but it is a glimpse at things to come....

Matthew Groves May 19, 2016
Couchbase with Windows and .NET – Part 4 – Linq2Couchbase

Couchbase with Windows and .NET – Part 4 – Linq2Couchbase

Part 1 covered how to install and setup Couchbase on Windows Part 2 covered some Couchbase lingo that you’ll need to know Part 3 showed the very simplest example of using Couchbase in ASP.NET In this blog post, I’m going...

Matthew Groves May 18, 2016
Create a Couchbase Server Cluster using Docker

Create a Couchbase Server Cluster using Docker

Docker is all the rage at the moment because of how easy it makes deployment of microservices and other tasks.  Did you know that you can use Docker to install and configure Couchbase? Check out the following video to see...

Using Covering Indexes on a Multiple Document Type Bucket

Using Covering Indexes on a Multiple Document Type Bucket

I was recently working on a project that made use of N1QL for querying Couchbase Server data. This was an internal Java application that I was hosting on a low budget Amazon EC2 instance. My problem here is that my...

NDP Episode #4: Querying with NoSQL

NDP Episode #4: Querying with NoSQL

I am pleased to announce that the fourth episode of the NoSQL Database Podcast is now available.  In this episode titled Querying with NoSQL, I’m joined by two of my colleagues, Keshav Murthy and Prasad Varakur.  We discuss how querying works...

Couchbase Server 3.1.3 Community Edition is Available

Couchbase Server 3.1.3 Community Edition is Available

We at Couchbase are committed to the continued growth of our Couchbase community and we believe that our community edition is a good way for developers in the community to get to know Couchbase. Today, we glad to announce that...

New Release: Couchbase .NET SDK 2.2.8 w/FTS Developer Preview!

New Release: Couchbase .NET SDK 2.2.8 w/FTS Developer Preview!

New Release: Couchbase .NET SDK 2.2.8! Today we are releasing version 2.2.8 (v2.2.8) of the Couchbase .NET SDK! In this release you will find bug fixes and Developer Previews (DP) for upcoming features in support of Couchbase Server 4.5. This...

Tunable Memory – All new with 3.0! Full ejection and how to tune Couchbase Server memory with large databases

Tunable Memory – All new with 3.0! Full ejection and how to tune Couchbase Server memory with large databases

With Couchbase Server 3.0, you get a great new option to change the way we use memory for caching your keys and metadata. The new option is called “full ejection”. Here is how full ejection is different: With 2.x, we...

Couchbase with Windows and .NET – Part 3 – ASP.NET MVC

Couchbase with Windows and .NET – Part 3 – ASP.NET MVC

This blog post is part 3 of a series: Part 1 covered how to install and setup Couchbase on Windows Part 2 covered some Couchbase lingo that you’ll need to know Are you ready to write some code? In this...

Matthew Groves May 13, 2016