Skip to content
Blog

Articles about Performance

Understanding partitioned tables and sharding in CrateDB

Understanding partitioned tables and sharding in CrateDB

A deep dive into CrateDB's sharding and partitioning, examining their storage models, operations, and optimization techniques for better performance.

Read more

Big Bite: Ingesting Performance of Large Clusters

Performance benchmark explaining how a 56-node CrateDB cluster was able to ingest up to 4.8 million records per second on Microsoft Azure.

Read more

Analyzing Docker Container Performance With Native Tools

Analyzing Docker Container Performance With Native Tools

In this blog post, we will set up a small CrateDB cluster with Docker and go through some useful Docker commands that let us take a look at performance.

Read more

When is a SQL Subquery 260x Faster than a Left Join?

Learn why SQL subquery performance was 260x faster than a left join when querying 4.6 millions rows of ecommerce cross-sell data in a CrateDB database.

Read more

CrateDB Scalability Benchmark: Query Throughput

CrateDB Scalability Benchmark: Query Throughput

This post describes a query throughput benchmark showing how CrateDB provides linear improvements in query throughput as the cluster grows.

Read more