Simplification of `bridge_get_ranked_post*` family SQL methods
All threads resolved!
All threads resolved!
Merge request reports
Activity
select * from bridge_get_ranked_post_by_created_for_observer_communities( 'gtg', '', '', 5::smallint ) --7s select * from NEW_VERSION( 'gtg', '', '', 5::smallint ) --0.3s
select * from bridge_get_ranked_post_by_hot_for_observer_communities( 'gtg', '', '', 5::smallint ) --6.5s select * from NEW_VERSION( 'gtg', '', '', 5::smallint ) --0.2s
select * from bridge_get_ranked_post_by_payout_comments_for_observer_communities( 'gtg', '', '', 40::smallint ) --0.5s select * from NEW_VERSION( 'gtg', '', '', 40::smallint ) --0.5s
select * from bridge_get_ranked_post_by_payout_for_observer_communities( 'gtg', '', '', 20::smallint ) --6s select * from NEW_VERSION( 'gtg', '', '', 20::smallint ) --0.2s
select * from bridge_get_ranked_post_by_promoted_for_observer_communities( 'gtg', '', '', 20::smallint ) --0.3s select * from NEW_VERSION( 'gtg', '', '', 20::smallint ) --0.2s
select * from bridge_get_ranked_post_by_trends_for_observer_communities( 'gtg', '', '', 20::smallint ) --0.2s select * from NEW_VERSION( 'gtg', '', '', 20::smallint ) --0.1s
select * from bridge_get_ranked_post_by_muted_for_observer_communities( 'gtg', '', '', 20::smallint ) --17s select * from NEW_VERSION( 'gtg', '', '', 20::smallint ) --0.2s
added 29 commits
-
cd3102eb...62e741f3 - 28 commits from branch
develop
- cc7b45ae - Simplification of `bridge_get_ranked_post*` family SQL methods
-
cd3102eb...62e741f3 - 28 commits from branch
added 3 commits
-
cc7b45ae...3a721b40 - 2 commits from branch
develop
- 13d6c613 - Simplification of `bridge_get_ranked_post*` family SQL methods
-
cc7b45ae...3a721b40 - 2 commits from branch
added 23 commits
-
13d6c613...1847c757 - 22 commits from branch
develop
- e35fab73 - Simplification of `bridge_get_ranked_post*` family SQL methods
-
13d6c613...1847c757 - 22 commits from branch
mentioned in merge request tests_api!161 (merged)
- Resolved by Bartek Wrona
Associated tests must be reorganized as described here: tests_api!161 (merged)
added To Do label
added 8 commits
-
e35fab73...82a60097 - 6 commits from branch
develop
- 61b0d3f0 - Simplification of `bridge_get_ranked_post*` family SQL methods
- 457ae966 - Submodule fix
-
e35fab73...82a60097 - 6 commits from branch
added 12 commits
-
457ae966...082b7146 - 11 commits from branch
develop
- a844d36c - Simplification of `bridge_get_ranked_post*` family SQL methods
-
457ae966...082b7146 - 11 commits from branch
added 29 commits
-
a844d36c...1bd8991c - 28 commits from branch
develop
- baa7c2b7 - Simplification of `bridge_get_ranked_post*` family SQL methods
-
a844d36c...1bd8991c - 28 commits from branch
mentioned in commit e048bd42
mentioned in commit tests_api@2a32a68b
Please register or sign in to reply