Closed arv closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/rocicorp/replicache/CHPDL12eut4dNuDksAZENwFyonYT
✅ Preview: https://replicache-git-fork-arv-replicache-perdag-memdag-rocicorp.vercel.app
Exciting!
LGTM
If they exist, I'd expect those tests to break with this change.
I did change some tests related to this. Probably in an earlier PR
See Simplified Dueling Dags design doc
Replicache now creates two DAG stores backed by two different KV stores. These are referred to as
memdag
andperdag
.Replicache operates on the memdag and once in a while it does a persist which syncs data from the memdag to the perdag.
Towards #671