Skip to content

Commit

Permalink
Add gortdb.event index on tile_id
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Oct 28, 2024
1 parent a968dc3 commit 2881181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/lvmdb/gortdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ CREATE INDEX ON gortdb.night_log_comment (night_log_pk);
CREATE INDEX ON gortdb.night_log_comment (time);
CREATE INDEX ON gortdb.night_log_comment (category);

CREATE INDEX event_payload_idx ON gortdb.event (((payload ->> 'tile_id')::int));

ALTER TABLE ONLY gortdb.night_log_comment
ADD CONSTRAINT night_log_comment_night_log_pk_fk
Expand Down

0 comments on commit 2881181

Please sign in to comment.