Binh Le | Couchbase Blog

Author

All posts by Binh Le

Binh Le is a Principal Product Manager for Couchbase Query service. Prior to Couchbase, he worked at Oracle and led the product management team for Sales Cloud Analytics and CRM OnDemand. Binh holds a Bachelor's Degree in Computer Science from the University of Brighton, UK.

Announcing Flex Index With Couchbase
Announcing Flex Index With Couchbase

The Flex Index is a unique Couchbase innovation that uses the inverted indexes from Full-Text Search in complex Couchbase N1QL queries.

Implement FHIR REST server with Couchbase
Implement FHIR REST server with Couchbase

This post discusses the benefits of Couchbase N1QL for the implementation of FHIR Server. It includes sample code, and practical examples.

FHIR Data Model with Couchbase N1QL
FHIR Data Model with Couchbase N1QL

This post focuses on the FHIR specification as defined by HL7 FHIR. Learn how the Couchbase database can be used to implement FHIR compliant applications.

Manage Time-To-Live (TTL) Documents with Couchbase N1QL
Manage Time-To-Live (TTL) Documents with Couchbase N1QL

For Couchbase, the support of Time-to-Live TTL has always been available with Couchbase Key-Value Operations. Find out how to manage documents with N1QL.

A Comparison of 3 NoSQL Query Languages Across 7 Metrics
A Comparison of 3 NoSQL Query Languages Across 7 Metrics

See how Couchbase N1QL, MongoDB query, and MySQL/SQL compare across 7 key metrics here. We summarize the findings of Altoros' report on resilient IT.

Couchbase 6.5 – RMS for Indexing Service
Couchbase 6.5 – RMS for Indexing Service

Couchbase 6.5 release includes an extensive list of Enterprise Grade Database Query capability that allows customers to expand the adoption of NoSQL database into traditional database applications. The release has added transactional capability, Analytical Window functions, user defined JS functions,...

How to use N1QL to migrate Oracle data into Couchbase
How to use N1QL to migrate Oracle data into Couchbase

Getting the Couchbase server to run on your PC or Mac involves a few simple steps to download the software and spin up a cluster with all the Couchbase services that you need (https://docs.couchbase.com/server/6.0/getting-started/start-here.html). Sample buckets are available with the...

A Preview of Couchbase 6.5 N1QL Features
A Preview of Couchbase 6.5 N1QL Features

Couchbase 6.5 release is one of the largest release content wise for Couchbase. For N1QL Query service, the focus for us is to bring Enterprise Database functionalities to the Couchbase Database. Expanding N1QL with additional functions to support Enterprise Application...

N1QL Index Advisor: Improve Query Performance, Productivity
N1QL Index Advisor: Improve Query Performance, Productivity

Couchbase N1QL Index Advisor, a new feature in Couchbase 6.5, provides recommendations for Global Secondary Indexes for N1QL query statements.

Couchbase’s N1QL Query Shatters the Limits of MongoDB™
Couchbase’s N1QL Query Shatters the Limits of MongoDB™

See how Couchbase’s SQL-based language for JSON (N1QL), brings the expressive power of SQL to the Couchbase Data Platform & shatters the limits of MongoDB.

Get a Bigger Picture with N1QL Window Functions and CTE
Get a Bigger Picture with N1QL Window Functions and CTE

This article focuses on a couple of examples of how you can leverage N1QL Window functions and CTE to address two very common business questions.

N1QL query with Self Referencing Hierarchy
N1QL query with Self Referencing Hierarchy

A data construct that often appears in business application is the hierarchical data structure. Hierarchy captures the parent-child relationship often between the same object. For instance a company structure captures the reporting line between employees. Business organization captures the relationship...