By the term 'combined indexes', do you mean a multi-column index, or a set of single-column indexes that need to be combined by the planner? What methodology are you using to recommend missing indexes? You may be able to enlist help from more people if you provide a specific example of a query that you have that isn't performing well (with the explain (analyze, verbose, buffers) plan on https://explain.depesz.com/), the index(es) that improve performance (with the plan on https://explain.depesz.com/), and the 'single index' tools / methodology that you're currently using to suggest missing indexes. /Jim F ----- Jim Finnerty, AWS, Amazon Aurora PostgreSQL -- Sent from: http://www.postgresql-archive.org/PostgreSQL-performance-f2050081.html