4030de4bea
This speeds up a whole bunch of our queries by a *lot* :)
1 line
99 B
SQL
1 line
99 B
SQL
create index concurrently if not exists "history_idx" on history using btree (user_id, timestamp);
|