May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Partial index, means index will be created on a specific subset of data of a table.
|
||||
|
||||
edbstore=> create index part_emp_idx on orders(tax) where tax > 400;
|
||||
CREATE INDEX
|
||||
|
||||
edbstore=> \d part_emp_idx
|
||||
Reference in New Issue
Block a user