-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle meta events #3070
Comments
@AnnaShaleva and @AliceInHunterland can tell a bit more about the way storage is handled in NeoGo. What we're doing here is very similar to |
|
|
@roman-khimov, @cthulhu-rider, considering #3085 and #3080 we now have two meta storages: first one is a fully new DB that relies only on the information from FSchain and currently stores only this info in MPT (and persisting it to the new DB instance); the second one(s) is the old metabase per every shard that takes info from PUT/REPLICATE RPC directly without any object flow changes.
|
|
Is your feature request related to a problem? Please describe.
A part of #2878.
Describe the solution you'd like
Add meta event handling:
MemCachedStore
, process in-block data immediatelyDescribe alternatives you've considered
There can be some, but we need this data to be processed fast and we'll need MPT for subsequent synchronization.
The text was updated successfully, but these errors were encountered: