I want to know if I need to reindex a PostgreSql index, ith SQL Server, I check for index fragmentation and then decides whether a Rebuild, a Reorganize or no action is needed.
When should I reindex PostgreSql index? is there an index fragmentation value that I can query?