Categoría: Consulta SQL++ / N1QL
-

Uso de YCSB para evaluar bases de datos JSON
Bruce Lindsay dijo una vez: “Hay tres cosas importantes en el mundo de las bases de datos: rendimiento, rendimiento y rendimiento”. Como la mayoría de los arquitectos empresariales saben, a medida que avanzamos en las características y arquitecturas de las bases de datos, es importante medir el rendimiento en un...
-

Procesamiento de consultas GraphQL con Java, Spring Boot y NoSQL
Durante el transcurso de los últimos meses he estado aprendiendo sobre GraphQL y cómo usarlo como una alternativa al desarrollo de APIs RESTful. El enfoque hasta ahora había girado en torno a GraphQL y…
-

Cómo unir JSON: Couchbase N1QL vs. Consulta de MongoDB
A medida que las bases de datos NoSQL evolucionaron, cada una añadió API o lenguajes de alto nivel para ayudar a los programadores a hacer cosas complejas fácilmente. SQL, habiendo hecho eso para los datos relacionales, marcó el camino. En SQL, los desarrolladores dicen QUÉ necesita...
-

Michigan User Groups this month
Michigan user groups: watch out! I’ll be spending a solid week at in your state! I’ll be talking about the tech I’m most enthusiastic about, including: Couchbase Server, .NET, C#. If you’re anywhere in…
-

Divide and Conquer: Couchbase GSI Index partitioning.
In Couchbase, data is always partitioned using the consistent hash value of the document key into vbukets which are stored on the data nodes. Couchbase Global Secondary Index (GSI) abstracts the indexing operations and…
-

Understanding Index Grouping And Aggregation in Couchbase N1QL Query
Couchbase N1QL is a modern query processing engine designed to provide aggregate SQL for JSON by index on distributed data with a flexible data model. Modern databases are deployed on massive clusters. Using JSON…
-

Using Couchbase Analytics with Node.js and JavaScript
Note: This post uses the the Couchbase Analytics Data Definition Language as of the version 5.5 preview release. For updates and information on breaking changes in newer versions, please refer to Changes to the Couchbase…
-

Nuevas características en el servicio de índices en Couchbase Server 5.5
En la última versión principal, Couchbase Server 5.0, presentamos Plasma – Nuevo motor de almacenamiento y también la compatibilidad con réplicas de índices en el servicio de índices. Hemos seguido aprovechando estas nuevas características...
-

Configuring Analytics in Couchbase Server 5.5
Couchbase Analytics Developer Preview 4 brought the ability to manage Analytics nodes from the Couchbase Server administration console. With the release of Couchbase Server 5.5, we’ve unified the installation experience as well. To illustrate…
-

ANSI JOIN Support in N1QL
Overview ANSI JOIN support is added in N1QL to Couchbase version 5.5. In previous versions of Couchbase, join support was limited to lookup join and index join, which works great when the document key…
-

Paginación de bases de datos: Uso de OFFSET y Keyset en N1QL
Lea el trasfondo de la paginación en mi artículo anterior: https://www.couchbase.com/blog/optimizing-database-pagination-using-couchbase-n1ql/ La paginación es la tarea de dividir el resultado potencial en páginas y recuperar las páginas requeridas, una por una bajo demanda. Usando OFFSET y LIMIT…
-

Couchbase Analytics Developer Preview 4 – Bringing NoETL to NoSQL
I am very excited to announce the release of Couchbase Analytics Developer Preview 4 (DP4). The focus of the previous release was unified administration, and we have continued to build on that theme in…