Skip to content

Conversation

@Data-Nexus
Copy link

Makes entities immutable where applicable.

From the Graph Docs:

Mutable entities have a ‘block range’ indicating their validity. Updating these entities requires the graph node to adjust the block range of previous versions, increasing database workload. Queries also need filtering to find only live entities. Immutable entities are faster because they are all live and since they won’t change, no checks or updates are required while writing, and no filtering is required during queries.

Makes entities immutable where applicable
Makes entities immutable where applicable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants