One thing I forgot to mention in the blog post: Since all nodes in a Citus cluster now look the same, you may be missing your shards (Postgres tables that store a subset of the data in a distributed table).<p>The shards are still there, but we use some tricks to hide them from PostgreSQL clients since many users get confused by seeing the shards next to their distributed tables. To reveal the shards, you can set citus.override_table_visibility to off.<p>The release notes have more details: <a href="https://www.citusdata.com/updates/v11-0-beta/#shard-visibility" rel="nofollow">https://www.citusdata.com/updates/v11-0-beta/#shard-visibili...</a>