Postgresql - rebuild database index
June 27, 2022
·
1 min read
如何在 postgresql 上rebuild database index
REINDEX DATABASE "database-name";
Hope you find it useful
如何在 postgresql 上rebuild database index
REINDEX DATABASE "database-name";
Hope you find it useful