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

Improve bookmark query performance #334

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

sissbruecker
Copy link
Owner

No description provided.

@sissbruecker
Copy link
Owner Author

@RoGryza This might be of interest to you. I looked a bit into the query performance of the bookmarks list, and it turns out the optimization of aggregating / concatenating tag names is actually rather slow due to the left outer joins it requires. This change would remove the custom aggregation, which I understand was something you had to work around for the Postgres fork, and instead loads the tags for the displayed bookmarks in a separate query.

@sissbruecker sissbruecker changed the title Improve bookmark list performance Improve bookmark query performance Sep 9, 2022
@sissbruecker sissbruecker merged commit 6420ec1 into master Sep 9, 2022
@sissbruecker sissbruecker deleted the feat/improve_bookmark_list_performance branch September 9, 2022 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant