TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Citus 11.0 beta release adds querying from any node

3 点作者 mslot大约 3 年前

1 comment

mslot大约 3 年前
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:&#x2F;&#x2F;www.citusdata.com&#x2F;updates&#x2F;v11-0-beta&#x2F;#shard-visibility" rel="nofollow">https:&#x2F;&#x2F;www.citusdata.com&#x2F;updates&#x2F;v11-0-beta&#x2F;#shard-visibili...</a>