## Tenant monitoring in Citus 11.3 Now you can monitor the tenants of your multi-tenant SaaS application. Use citus_stat_tenants to quickly locate the noisy neighbor in your cluster. Also in 11.3, execute shard moves in parallel from different co-location groups, and MERGE between co-located, distributed tables. Plus improved metadata syncing for very large numbers of tables. Read [Marco’s blog post](https://www.citusdata.com/blog/2023/05/05/whats-new-in-citus-11-3-multi-tenant-saas/#parallel-shard-rebalancing) for all the info. Or if you’re more interested in the code you can check out the [Citus database GitHub repo](https://github.com/citusdata/citus) (feel free to give the project a star to show support :).)
## Where to find the Citus 11.3 Blog post, Release Notes, & Release Party Livestream __Citus 11.3 blog post__: Read [Marco’s 11.3 post](https://www.citusdata.com/blog/2023/05/05/whats-new-in-citus-11-3-multi-tenant-saas/#parallel-shard-rebalancing) for more insight on the new features and improvement in Citus 11.3. __Release notes__: Get all the nitty gritty details on the [Citus 11.3 updates page]( https://www.citusdata.com/updates/v11-3/). __Watch the Citus 11.3 release party__: [The release party]( https://www.youtube.com/live/ihgr_QEX6IU)—including demos and Q&A—is available to watch on YouTube. ## 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).