-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
databasemilestone 5This issue is part to Milestone 5 of the Rollup Node planThis issue is part to Milestone 5 of the Rollup Node plan
Milestone
Description
Overview
We should consider if we need to introduce RwLock to the database such that we only have a single entity performing write operations. This would mean we would modify the database type to be Arc<RwLock<Database>. We currently have database transaction support via the DatabaseTransaction type which provides ACID support and this may be sufficient. As progress on the rollup node develops we consider if we need the application level lock.
Metadata
Metadata
Assignees
Labels
databasemilestone 5This issue is part to Milestone 5 of the Rollup Node planThis issue is part to Milestone 5 of the Rollup Node plan
Type
Projects
Status
Done