Answer the question
In order to leave comments, you need to log in
PostgreSQL. What is the best way to create indexes on a table?
There is such a table:
CREATE TABLE tbl
(
f1 bigint,
f2 bigint,
f3 bigint,
f4 bigint,
f5 bigint,
date timestamp with time zone,
value double precision
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question