Uniform insert operations in follow and reblog
All threads resolved!
All threads resolved!
Feed cache changes:
- Redefined primary key in
FeedCache
- Added
block_num
column toFeedCache
-
FeedCache
is now build during initial sync - Batch insert added to
FeedCache
following batch insert scheme from other classes
Other changes:
- Added
setup_shared_db_access
method to classDbAdapterHolder
, after initial sync all classes basing on this class will use single db connection to use transaction properly inlisten
method - Insert operations in follow and reblog are uniform accross sync mode (initial and live sync)
- Above fixes crash when initial sync is followed by live sync
- Added current system time to logs
Edited by Dariusz Kędzierski
Merge request reports
Activity
added 7 commits
-
f73d66a1...b7128908 - 6 commits from branch
develop
- a12564a3 - Rebase
-
f73d66a1...b7128908 - 6 commits from branch
mentioned in merge request !115 (closed)
Changed status to WIP since tests shows that some more work is required.
Edited by Dariusz Kędzierski- Resolved by Dariusz Kędzierski
added 1 commit
- 6a24de22 - Fixed order in insert, removed redundant index
- Resolved by Dariusz Kędzierski
added 14 commits
-
6a24de22...90359b5c - 13 commits from branch
develop
- a58c6ed6 - Rebase to current develop
-
6a24de22...90359b5c - 13 commits from branch
added 19 commits
-
a58c6ed6...7ebf112e - 18 commits from branch
develop
- a933d799 - Merge branch 'dk-uniform-insert-follow-reblog' of...
-
a58c6ed6...7ebf112e - 18 commits from branch
added 11 commits
-
a933d799...65e39feb - 10 commits from branch
develop
- 327133a8 - Rebase to current develop
-
a933d799...65e39feb - 10 commits from branch
- Resolved by Bartek Wrona
added 1 commit
- 6113a736 - text column account replaced with numeric blogger_id in hive_reblogs
added 5 commits
-
6113a736...2b1b9a8f - 4 commits from branch
develop
- c79d4816 - Rebase to current develop
-
6113a736...2b1b9a8f - 4 commits from branch
mentioned in commit cf3ebd05
Please register or sign in to reply