Loading
Commits on Source 25
-
Dan Notestein authored
Optimize bridge_get_account_posts_by_replies by moving "ORDER BY ar.id DESC" out of inner query so that optimizer doesn't think it should do a sequential scan of hive_posts (the LIMIT + ORDER BY seems to have led it astray). Previous code was too slow when the author didn't have any posts that could be replied to.
-
Dan Notestein authored
-
Dan Notestein authored
-
Andrzej Lisak authored
[ABW]: fexed validation of author in bridge.get_account_posts/feed and condenser_api.get_discussions_by_feed also pages no longer overlap in those calls
-
Andrzej Lisak authored
Merge branch 'abw_get_discussions_by_feed_fixes' of gitlab.syncad.com:hive/hivemind into abw_get_discussions_by_feed_fixes
-
Andrzej Lisak authored
-
Bartek Wrona authored
- After creating indexes ANALYZE statement is called automatically - db_upgrade performs an VACUUM FULL ANALYZE spawn if needed - update procedures notify about their execution
-
Bartek Wrona authored
-
Bartek Wrona authored
Fixes in get_discussions_by_feed See merge request !438
-
Bartek Wrona authored
- Fixed bug causing to leave all old reputation data (which shall be truncated) See merge request !439
-
Bartek Wrona authored
-
Bartek Wrona authored
notification id generation fix See merge request !443
-
Bartek Wrona authored
-
Bartek Wrona authored
Another temp. fix related to ID generation. See merge request !444
-
Marcin authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
-
Bartek Wrona authored
-
Bartek Wrona authored
-
-
Bartek Wrona authored
notification cache use autoincrement id See merge request !445
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Added hive_notification_cache table supplement (autoincrement definition for id column). See merge request !447