문제

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)

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top