When a database is used for a period of time, the table data increases as services grow, or the table data is frequently added, deleted, or modified. This results in bloating tables and inaccurate statistics, deteriorating database performance.
You are advised to periodically perform VACUUM FULL and ANALYZE on tables that are frequently added, deleted, or modified.
To test whether disk fragments affect database performance, use the following function:
select * from pgxc_get_stat_dirty_tables(30,100000);