Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PostgreSQL 有一个CLUSTER命令可以按需对数据进行碎片整理,而不是自动对数据进行碎片整理,这会降低写入速度。
CLUSTER
Firebird 可以CLUSTER按需提供吗?
(我在文档中找不到它,而且谷歌搜索很短。漂亮的汽车)
Firebird没有这样的命令(这也是你找不到它的原因)。Firebird 没有聚集索引,也没有办法像 PostgreSQL 那样“伪造”它们。