Reputation: 451
Does anyone know how the multi column index is implemented in (B-Tree or whatever)?
is the key concatenated or it is something like the kd-tree?
Upvotes: 5
Views: 1006
Reputation: 5390
Answer here: http://www.postgresql.org/docs/current/interactive/indexes-multicolumn.html
Upvotes: 5