Skip to content

Commit

Permalink
[DOCS] Improved example index
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Jun 19, 2024
1 parent 62bcd52 commit f2b524c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/deployment/db_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ is for _Datastreams(x)/observations?$orderby=phenomenonTime asc_:
create index "OBS-DS_ID-PHTIME_SE-O_ID"
on "OBSERVATIONS"
using btree
("DATASTREAM_ID", "PHENOMENON_TIME_START" asc, "PHENOMENON_TIME_END" asc);
("DATASTREAM_ID", "PHENOMENON_TIME_START" asc, "PHENOMENON_TIME_END" asc, "ID" asc)
where ("DATASTREAM_ID" is not null);
```


Expand Down

0 comments on commit f2b524c

Please sign in to comment.