Skip to content
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

Create a thread safe transactional in memory datastore #946

Closed
fredcarle opened this issue Nov 16, 2022 · 0 comments · Fixed by #947
Closed

Create a thread safe transactional in memory datastore #946

fredcarle opened this issue Nov 16, 2022 · 0 comments · Fixed by #947
Assignees
Labels
area/datastore Related to the datastore / storage engine system

Comments

@fredcarle
Copy link
Collaborator

No description provided.

@fredcarle fredcarle added the area/datastore Related to the datastore / storage engine system label Nov 16, 2022
@fredcarle fredcarle added this to the DefraDB v0.4 milestone Nov 16, 2022
@fredcarle fredcarle self-assigned this Nov 16, 2022
fredcarle added a commit that referenced this issue Dec 16, 2022
Relevant issue(s)
#946

Description
This PR provides a thread safe in memory store that supports both ds.Batching and ds.TxnFeature. It uses a btree as storage.
shahzadlone pushed a commit to shahzadlone/defradb that referenced this issue Feb 23, 2024
…k#947)

Relevant issue(s)
sourcenetwork#946

Description
This PR provides a thread safe in memory store that supports both ds.Batching and ds.TxnFeature. It uses a btree as storage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/datastore Related to the datastore / storage engine system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant