We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current trade database is quite bare-bones. It is worth starting to index the frequently searched fields so we can improve these query response times.
Proposed indexes are: station: arrival distance latest_market_data: supply, demand, price
The text was updated successfully, but these errors were encountered:
Current trade database is quite bare-bones. It is worth starting to index the frequently searched fields so we can improve these query response times. Proposed indexes are: station: arrival distance latest_market_data: supply, demand, price
removing max_landing_pad_size from station indexes, cardinality is too low to be useful
Sorry, something went wrong.
Daniel-J-Mason
Successfully merging a pull request may close this issue.
Current trade database is quite bare-bones. It is worth starting to index the frequently searched fields so we can improve these query response times.
Proposed indexes are:
station: arrival distance
latest_market_data: supply, demand, price
The text was updated successfully, but these errors were encountered: