Less code.
Less toil.
Less stress.

More time to build what matters.

CockroachDB 22.2 makes you more efficient, so you can deliver more value.

01

Streamline how you build

Delegate more business logic and middleware to CockroachDB, so you can spend your time developing new features.

Learn more

Improve application efficiency with User-Defined Functions

Build functions straight into your database to reduce the amount of code you need to write and maintain, and make applications more efficient by limiting round-trips to the database server.

Learn more →

Migrate more easily from Oracle, MySQL, and Microsoft SQL Server

Speed up and simplify migrations by converting schema from these legacy databases into CockroachDB-compatible schema, using the Schema Conversion Tool.

Learn more →

Connect using a GraphQL API with Hasura

Get the benefits of GraphQL without building your own APIs.

Learn more →
• • •

User-Defined Functions in CockroachDB

Connect using a REST API with PostgREST

Reduce the code you need to write and eliminate middleware for simple queries

Learn more →

Execute fast text search with trigram indexes

Search your data quickly for strings by creating trigram indexes on relevant columns.

Automatically delete expired data with time-to-live (TTL)

Set a timeline for data to be deleted from your database, to speed up queries, save on storage costs, and comply with data regulations.

Learn more →
• • •
CREATE TABLE tbl (
id INT PRIMARY KEY,
text TEXT, e
xpiration TIMESTAMPTZ,
should_delete BOOL
) WITH (ttl_expiration_expression = 'if(should_delete, expiration, NULL)');
02

Move data between systems more efficiently

Simplify event-driven systems and analytics pipelines, so you spend less effort building and maintaining data plumbing.

Learn more

Transform and filter data upfront before streaming it to other systems

Use standard SQL queries to specify up-front transformations to data, with the new capability Change Data Capture (CDC) Transformations.

Learn more →
• • •
9x

faster CDC performance

Stream data faster than ever with performance improvements up to 9x faster than in previous versions.

• • •

CDC Transformations in CockroachDB

03

Improve performance on the fly without downtime

Quickly diagnose and fix performance issues in production, without downtime, to save hours of engineering time.

Learn more

Find and fix SQL performance issues with Intelligent Insights

Take the guesswork out of query tuning with a new end-to-end experience that gives you schema

Test indexes without impacting performance with Invisible Indexes

Create or drop indexes to analyze how the changes will affect performance, without impacting live performance.

Learn more

Webinar

How to maximize queries per second with distributed SQL

January 11, 2023 at 10AM PT

Join us for a conversation with Yohana, the personal assistant service built by the founder of Google X, on several topics:

  • How distributed SQL lets your systems handle more queries per second
  • What to consider when creating schema and tuning queries in a distributed SQL database
  • How to save engineering time with schema optimization tools

A handful of lucky attendees will win a limited-edition CockroachDB v22.2 T-shirt!

04

Protect your data from outages and threats

Prepare for outages and disasters with new tools that let you more effectively test these scenarios. And meet security standards with a plethora of critical updates.

Learn more →

Ensure good performance in the face of cloud region outages, with secondary regions

If you have a multi-region cluster, you can now specify which cloud region your data fails over to, so you maintain optimal performance even during a failure.

Learn more →
• • •
ALTER DATABASE movr ADD REGION "us-west1";
ALTER DATABASE ADD REGION

Time: 62ms total (execution 62ms / network 0ms)
ALTER DATABASE movr SET SECONDARY REGION "us-west1";
ALTER DATABASE SET SECONDARY REGION

Time: 214ms total (execution 213ms / network 1ms)

Have confidence your backups can be successfully recovered

Test and validate cluster, database, and table backups significantly more quickly with a few new types of checks.

Learn more →

Meet enterprise security standards with a host of updates

Improve network security, cluster and operational authentication, and auditing with a plethora of new security and compliance capabilities.

Learn more →

Start for free on CockroachDB

Start for free