Can you implement partial indexes on a table?
Also can you index fields in a view?
I have a table with self-referential parent/child relationships, and I only wish to index the 'parent' rows. Would be an overhead to create an index on the whole table, when only a small subset of all rows require an index.
Also can you index fields in a view?
I have a table with self-referential parent/child relationships, and I only wish to index the 'parent' rows. Would be an overhead to create an index on the whole table, when only a small subset of all rows require an index.
Comment