-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We relied on the resource cache to transfer resources from the submit side of the transaction handling to the resource indexing side. However a cache isn't well suited to hold entries that aren't already accessed. So the hit ratio wasn't near 100 % as it should for this use case. To improve on this situation, we now maintain a separate resource cache in the database node. Also did many more improvements and updates.
- Loading branch information
1 parent
b2026b8
commit fb94b62
Showing
68 changed files
with
7,583 additions
and
858 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.