You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no db reingest equivalent in Soroban RPC. We should discuss the extent to which we want to support managing gaps in the database due to downtime or other inconsistencies. Options include:
trimming the database of everything that is not continuous on startup
erroring/forcing reingestion of any gaps in the retention window
allowing users to reingest arbitrary spans of history and/or to find/fill gaps in existing history like Horizon
doing nothing and just forcing users to wait for the retention window to fill before they get continuous history
others?
Each of these will result in a different level of work so we should decide first.
The text was updated successfully, but these errors were encountered:
Shaptic
changed the title
Add support for ingesting into the new historical database tables
Maintain retention window asynchronously across DB and in memory
Apr 23, 2024
Shaptic
changed the title
Maintain retention window asynchronously across DB and in memory
Design: Maintaining retention window asynchronously across DB and in memory
Apr 23, 2024
Objective is to write a one-pager outlining design choices and implementation details to maintain db retention window. Implementing the work is out of scope.
Shaptic
changed the title
Design: Maintaining retention window asynchronously across DB and in memory
Design: Maintaining retention window asynchronously in the DB
Apr 23, 2024
There is no
db reingest
equivalent in Soroban RPC. We should discuss the extent to which we want to support managing gaps in the database due to downtime or other inconsistencies. Options include:Each of these will result in a different level of work so we should decide first.
The text was updated successfully, but these errors were encountered: