Skip to content

How to merge a speculatively database with the current database? #1663

Answered by refset
kyleerhabor asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @kyleerhabor I'm really sorry for the delayed response, this entirely passed me by somehow (:man_facepalming:)

I think speculative transactions are your main option here, short of something much more exotic like a persistent KV backend (e.g. https://github.com/datacrypt-project/hitchhiker-tree). In case it's interesting though, something I've thought about a few times (but have yet to play around with) is put-ting the speculative ops in as regular values within per-user entities (and then querying them back out to use with-tx as needed).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by refset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants