Announcing: Citus 11.1 open source release

From: Citus Data via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Announcing: Citus 11.1 open source release
Date: 2022-09-22 06:14:27
Message-ID: 166382726776.659.10795326052542807897@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

## Shard your Postgres tables without blocking writes

New in the Citus 11.1 database, you can now distribute Postgres tables, split shards, and isolate tenants—without interruption, which means without blocking writes. Also included in 11.1 is PostgreSQL 15 beta 4 support, plus shard rebalancing in the background. Read [Marco’s blog post](https://www.citusdata.com/blog/2022/09/19/citus-11-1-shards-postgres-tables-without-interruption/) for the full story. Or if you’re more interested in the code you can check out the [Citus GitHub repo](https://github.com/citusdata/citus) (feel free to give the project a star to show support :) ).

## Citus is now 100% open source
In the last release (11.0), you gained the ability to [query from any node](https://www.citusdata.com/blog/2022/06/17/citus-11-goes-fully-open-source/), opening up Citus for many new use cases, and we also [made Citus fully open source](https://www.citusdata.com/blog/2022/09/12/distributed-postgres-goes-full-open-source-with-citus/).

## Where to find Release Notes & Release Party Livestreams

__Release notes__: Get all the nitty gritty details on the [Citus 11.1 updates page](https://www.citusdata.com/updates/v11-1/).

__Meet the team at the Citus 11.1 release party__: [The release party](https://youtu.be/7qqJMBzTpf8)—including demos and Q&A—will be livestreamed on Sep 27, 2022 at 9am PDT | 12pm EDT | 6pm CEST with a replay available at the same link soon after.

__Watch the Citus 11.0 release party__: See demos of user management, non-blocking shard rebalancer, and query from any node in the recording of the [Citus 11.0 release party](https://youtu.be/JDUIiCYEaFw).

## About the Citus database extension
Citus is a distributed database built entirely as an [open source extension for PostgreSQL](https://youtu.be/JwjjUT8K7po). With Citus, you can create tables that are transparently distributed or replicated across a cluster of PostgreSQL nodes. Citus is available as [open source](https://www.citusdata.com/download/) and also as a [managed service on Azure](https://aka.ms/docs-citus-on-azure).

Browse pgsql-announce by date

  From Date Subject
Next Message Percona via PostgreSQL Announce 2022-09-22 06:15:22 Announcing the release of pg_stat_monitor 1.1.0
Previous Message Dalibo via PostgreSQL Announce 2022-09-19 06:34:26 pg_activity 3.0.0 has been released