Closed
Description
Computed indexes are indexes on the result of an expression (as opposed to the direct value of a column). For example: CREATE INDEX a ON customer( LOWER(firstname) || ' ' || LOWER(lastname))
Suggested by @petermattis
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done