Expaso/hassos-addons

Create index on (entity_id, time)

Closed this issue · 1 comments

Currently the TimescaleDB extension creates two indexes, on on entity_id and one on time. However, most queries will filter by both entity and time and therefore a compound index on both (entity_id, time DESC) will improve those queries considerably. The TimescaleDB manual also suggests creating such indexes.

I realized, this is the wrong project. Submitted it again as Expaso/hassos-addon-timescaledb#6.