PostgreSQL - should i only create index for the rest of columns that don't have index yet?

后端 未结 0 329
清酒与你
清酒与你 2021-01-13 10:16

if table_name has 3 column (a,b,c), and I\'m going to create an index with those 3 column:

CREATE INDEX idx_table_name_a_b_c ON table_name (a,b,c);

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题