New Feature: Support Light-weight Read-only Transaction Design #125
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In the current version of ResilientDB, "get" transactions (i.e., read-only transactions) retrieve the values of some keys. To guarantee data consistency, these transactions are forced through the consensus layer to obtain the correct results. Due to the nature of consensus design, each transaction will be written to the chain and written to the disk to support durability and recovery.
To improve read-only transactions, we can explore alternative designs without the need to participate in consensus yet retrieve consistent results.
Here are a set of important considerations:
The text was updated successfully, but these errors were encountered: