Query speedups (index optimizations + replacing hive_posts_view to speedup query planning)
-
Review changes -
-
Download -
Patches
-
Plain diff
We don't care about deleted replies, so just exclude counter_deleted != 0 from index to make it smaller (2 fields instead of 3). This is for further optimizing of bridge_get_account_posts_by_replies.
Query planning for hive_posts_view takes too long because it has many joins, but mostly the order of these joins isn't very important since they are simple 1-1 joins that don't filter the number of rows or add a lot of data, so replacing it with new get_post_view_by_id function which forces the join order to eliminate the planning time.
There's still a few usages of hive_posts_view in python code (and even a few in SQL files) that can be replaced later.
There's a lot of changes to queries in this commit, so it's possible that existing tests won't detect all problems from this commit...
Note: need to look into PARALLEL and see if this is something we can safely be adding to many of our functions.
Merge request reports
- version 2913fa7496
- version 2858895b78
- version 276abe5a92
- version 26741ab6c4
- version 254679bca8
- version 2470de40ac
- version 2354080886
- version 221eec3b21
- version 21e2364173
- version 20e98cf494
- version 19e47b4e42
- version 18ec95a3d4
- version 174f6e0c43
- version 1652e6c055
- version 15520c5ccb
- version 149f5b9201
- version 133d77cc0d
- version 120ad50b8f
- version 11d6175ded
- version 10d56a2a05
- version 97325af47
- version 8469522fb
- version 7b7d8fa4e
- version 6819a0782
- version 5e738b6d5
- version 462ce71e3
- version 357d775c5
- version 244a8f2cf
- version 1275176c6
- develop (base)
- latest versionfa2fe3d731 commits,
- version 2913fa749630 commits,
- version 2858895b7829 commits,
- version 276abe5a9228 commits,
- version 26741ab6c427 commits,
- version 254679bca826 commits,
- version 2470de40ac25 commits,
- version 235408088624 commits,
- version 221eec3b2122 commits,
- version 21e236417321 commits,
- version 20e98cf49420 commits,
- version 19e47b4e4219 commits,
- version 18ec95a3d418 commits,
- version 174f6e0c4317 commits,
- version 1652e6c05516 commits,
- version 15520c5ccb15 commits,
- version 149f5b920114 commits,
- version 133d77cc0d13 commits,
- version 120ad50b8f12 commits,
- version 11d6175ded11 commits,
- version 10d56a2a0510 commits,
- version 97325af479 commits,
- version 8469522fb8 commits,
- version 7b7d8fa4e7 commits,
- version 6819a07826 commits,
- version 5e738b6d55 commits,
- version 462ce71e34 commits,
- version 357d775c53 commits,
- version 244a8f2cf2 commits,
- version 1275176c61 commit,
- Side-by-side
- Inline