CLUSTER command for Firebird?

本小妞迷上赌 提交于 2019-12-11 06:36:00

问题


PostgreSQL has a CLUSTER command that can defrag the data on-demand rather than automatically which kills write speed.

Can Firebird CLUSTER on demand?

(I can't find it in the docs, and google searches come up well short. Pretty cars tho)


回答1:


There is no such command for Firebird (which is also the reason you can't find it). Firebird doesn't have clustered indexes, and doesn't have a way to 'fake' them like PostgreSQL does.



来源:https://stackoverflow.com/questions/19389228/cluster-command-for-firebird

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!