Skip to main content

Planet NoSQL Blogs.

 





  1. Couchbase N1QL Transaction: An Elastic and Scalable Distributed Transaction

  1. MongoDB to Couchbase: An Introduction to Developers and Experts

  1. New N1QL Features in Couchbase 7.0 [Video]

  1. NoSQL Is Dead, Long Live NoSQL

  1. Halloween Problem: Solution In N1QL

  1. Arrays in JSON: Modeling, Querying and Indexing Performance

  1. Example Architectures for Data-Intensive Applications

  1. First Class SQL for Full Text Search

  1. First Class SQL for Full-Text Search

  1. Create the Right Index, Get the Right Performance, Part 2

  1. Create the Right Index, Get the Right Performance, Part 1

  1. Analyze This: MongoDB and Couchbase Analytics

  1. Example Architectures for Data-Intensive Applications

  1. On Par With Window Functions

  1. The Unreasonable Effectiveness of SQL in NoSQL Databases: A Comparative...

  1. Flexible Query and Indexing for Flexible JSON Model

  1. Using N1QL With Couchbase Eventing Functions

  1. JSON Is Case Sensitive but You Don't Have to Be

  1. Simple DataViz With N1QL and Google Sheets

  1. Main Uses for Couchbase Primary Index

  1. Less Is More: Why Cost-Based Optimizer?

  1. Cost-Based Optimizer for Couchbase N1QL (SQL for JSON)

  1. N1QL (Query) Basic Order of Execution

  1. Approaches to Query Optimization in NoSQL

  1. Search and Rescue: 7 Reasons for SQL (and N1QL) Developers to Use Search

  1. The Unreasonable Effectiveness of SQL

  1. The Unreasonable Effectiveness of SQL

  1. Couchbase N1QL: To Query or To Analyze?

  1. Searching JSON: Comparing Text Search in Couchbase and MongoDB

  1. JSON to Insights: Nobel Prize Winners' Dataset

  1. JSON to Insights: Analyzing U.S. Healthcare Data

  1. JSON to Insights: Fast and Easy

  1. It's the Workload, Stupid!

  1. YCSB-JSON: Benchmarking JSON Databases by Extending YCSB

  1. TPCx-IoT Benchmark With Cisco and Couchbase

  1. Joining JSON: Comparing Couchbase N1QL and MongoDB

  1. Couchbase 5.5: Overview of Query and Indexing Features

  1. Divide and Conquer: Couchbase Index Partitioning

  1. Using Google Artificial Intelligence Services in Couchbase N1QL

  1. Database Pagination: Using OFFSET and Keyset in N1QL

  1. Optimizing Database Pagination Using Couchbase N1QL

  1. Systems of Engagement for Customer Jobs

  1. N1QL = SQL + JSON : A Practical Guide

  1. Enterprises on Getting the Jobs Done [Videos]

  1. A Deep Dive Into Couchbase N1QL Query Optimization

  1. How to Speed Up Spatial Search in Couchbase N1QL

  1. More Than LIKE: Efficient JSON Searching With N1QL

  1. Keep Calm and JSON

  1. SPLIT and CONQUER: Efficient String Search With N1QL in Couchbase

  1. COUNT and GROUP Faster With N1QL

  1. What's in a New York Name? Unlock data.gov Using N1QL

  1. SQL on Twitter: Analysis Made Easy Using N1QL

  1. Concurrency Behavior: MongoDB vs. Couchbase

  1. JOIN Faster With Couchbase Index JOINs

  1. How Couchbase Won YCSB

  1. Indexing JSON in Couchbase

  1. KEEP CALM and QUERY JSON KEEP CALM and QUERY JSON

Comments

Popular posts from this blog

Swami Vivekananda: The Monk That Nobody Sent to Chicago

  There’s a saying in Chicago: “We don’t want nobody that nobody sent.” This was the cold reception Swami Vivekananda faced when he arrived in the windy city in July 1893, determined to attend the World Parliament of Religions that September. He belonged to no organization, carried no letter of recommendation, his countrymen were nobody, and represented an alien religion to the Western world. As the days passed, his hope of attending the parliament dwindled. With money running out and the odds stacked against him, he left the Windy City and went to Boston, praying for a glimmer of opportunity.  Swamiji came to America to share India’s most profound gift: the wisdom of the Hindu sages, preserved through centuries of oral tradition and embodied by its monks. This was 1893, not 1993—India was under the British grip, its resources drained, and its spirit subdued. Swamiji’s mission was not just a cultural exchange; it was a bold step toward envisioning a future where India could re...

Why Should Databases Go Natural?

From search to CRM, applications are adopting natural language and intuitive interactions. Should databases follow? This article provides a strategic perspective. Amid the many technological evolutions in software and hardware (CISC/RISC, Internet, Cloud, and AI), one technology has endured:  Relational Database Systems   (RDBMS), aka SQL databases. For over 50 years, RDBMS has survived and thrived, overcoming many challenges. It has evolved and adopted beneficial features from emerging technologies like object-relational databases and now competes robustly with   NoSQL databases .  Today, RDBMS dominates the market, with four of the top five databases and seven of the top ten being relational. RDBMS has smartly borrowed ideas, like JSON support, from NoSQL, while NoSQL has also borrowed from RDBMS. NoSQL no longer rejects SQL. From a user perspective, all modern databases have SQL-inspired query language and a set of APIs. All applications manage the respective data...

Accelerating Insights With Couchbase Columnar

Insights come from observing and analyzing data from all sources. Couchbase Columnar helps quickly analyze data from a variety of data sources with zero-ETL. The purpose of computing is insight, not numbers. -  Richard Hamming Capella  Columnar  is an advanced real-time analytics database service from  Couchbase , targeted for real-time data processing, offering SQL++ for processing  JSON  (semi-structured) data and more. This service enables data to be managed locally and streamed continuously from both relational and NoSQL databases, or simply process data on S3. The columns or fields of the source are directly mapped to a field in the JSON document at the destination automatically. This is really a zero-ETL operation. A key feature of this system is its ability to continuously stream data, making it immediately available for querying, thus ensuring near real-time data processing.  At the heart of Columnar's architecture is a Massively Parallel Proce...