Hacker News new | ask | show | jobs
by isuckatcoding 1888 days ago
Seems like a whole lot of extra trouble to be honest. What happens when you need to create a composite index?
1 comments

You can do indexes that are composites of plain field values and/or expressions! At least in Postgres.

As for the trouble, I agree, it's a bit more involved.