Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing indexes on raw tables. #1164

Open
JabLuszko opened this issue Jun 23, 2021 · 0 comments
Open

Missing indexes on raw tables. #1164

JabLuszko opened this issue Jun 23, 2021 · 0 comments
Labels
Type: Enhancement This is an enhancement or new feature

Comments

@JabLuszko
Copy link
Contributor

According to dkmur

alter table trs_stats_detect add index timestamp_scan (timestamp_scan);
alter table trs_stats_detect_mon_raw add index timestamp_scan (timestamp_scan);
alter table trs_stats_detect_fort_raw add index timestamp_scan (timestamp_scan);
alter table trs_stats_location add index timestamp_scan (timestamp_scan);
alter table trs_stats_location_raw add index period (period);

Test, check, double check, deploy patch, commit.

@Expl0dingBanana Expl0dingBanana added the Type: Enhancement This is an enhancement or new feature label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement This is an enhancement or new feature
Projects
None yet
Development

No branches or pull requests

2 participants