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

151-2 Add additional indexes to optimize trade query #161

Merged
merged 3 commits into from
Apr 1, 2024

Conversation

Daniel-J-Mason
Copy link
Collaborator

add share mem option to docker compose to allow vacuum to run
add cover indexes to significantly speed up trade query based on analyzing postgres optimizer plan

@Daniel-J-Mason Daniel-J-Mason requested a review from a team as a code owner April 1, 2024 19:33
@Daniel-J-Mason Daniel-J-Mason self-assigned this Apr 1, 2024
@Daniel-J-Mason Daniel-J-Mason added enhancement New feature or request architecture Modify application architecture labels Apr 1, 2024
@Daniel-J-Mason Daniel-J-Mason linked an issue Apr 1, 2024 that may be closed by this pull request
…ckend into 151-2_improve_trade_query_performance

# Conflicts:
#	trade-module/src/main/resources/db/trademodule/changelog/trademodule-changelog.xml
@Daniel-J-Mason Daniel-J-Mason merged commit 29dd23e into development Apr 1, 2024
4 checks passed
@Daniel-J-Mason Daniel-J-Mason deleted the 151-2_improve_trade_query_performance branch April 1, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Modify application architecture enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase trade query performance by indexing database columns
2 participants