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
Have you tried using DuckDB? It uses Postgres syntax (it even uses a fork of the Postgres parser), but is ~20x faster than SQLite per CPU core and supports multithreading. Might speed things up!