Suppose I have a table with several column, among them - columns a and b.
Is there any use case for which having both multi-column index on (a,b) and a single-column index on (a) is beneficial?
AFAIU for simple equality check using first column of multi-column index is equally good as using the single-column index.