You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.
SQLite is just too slow, even when configuring it to do multi-threaded (WAL) insertion. It currently takes multiple hours to load a full snapshot into SQLite.
Experiments have shown that a moderately sized Postgres instances (64 GB RAM; 16 vcores) can load a full snapshot in ~20 minutes, and scales almost linearly with server size.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SQLite is just too slow, even when configuring it to do multi-threaded (WAL) insertion. It currently takes multiple hours to load a full snapshot into SQLite.
Experiments have shown that a moderately sized Postgres instances (64 GB RAM; 16 vcores) can load a full snapshot in ~20 minutes, and scales almost linearly with server size.
The text was updated successfully, but these errors were encountered: