perf: Enhance objects using constant sql queries count to get rid of N+1 queries - #2857
Open
Koc wants to merge 3 commits into
Open
perf: Enhance objects using constant sql queries count to get rid of N+1 queries#2857Koc wants to merge 3 commits into
Koc wants to merge 3 commits into
Conversation
Koc
force-pushed
the
feature/optimize-enhance-tables
branch
2 times, most recently
from
July 29, 2026 00:28
9b6bd68 to
4033598
Compare
…f N+1 queries Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Koc
marked this pull request as ready for review
July 29, 2026 18:08
enhanceTables for a multiple tables at once to get rid of N+1 queries…1 queries Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Koc
force-pushed
the
feature/optimize-enhance-tables
branch
from
July 29, 2026 21:50
4033598 to
29cbb47
Compare
…rid of N+1 queries Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Koc
force-pushed
the
feature/optimize-enhance-tables
branch
from
July 29, 2026 21:57
29cbb47 to
44e315b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In our organization we operate a large amount of tables/views, so there are performance bottleneck here:
TableService::enhanceTable()in a loop with a single call of theenhanceTables()ViewService::enhanceView()in a loop with a single call of theenhanceViews()UserHelperfor row/column counts, share counts and owner display names.🖼️ Screenshots
Here profiler results for
GET /apps/tables/tableendpoint for 18 tables and 9 views:🏁 Checklist
/backport to stableX.X🤖 AI (if applicable)