TL;DR?

PRAGMA journal_mode = WAL;
PRAGMA busy_timeout = 5000;
PRAGMA synchronous = NORMAL;
PRAGMA cache_size = 1000000000;
PRAGMA foreign_keys = true;
PRAGMA temp_store = memory ;

  • 0x0@programming.devOP
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    10 days ago

    Why should I need to use a 4 core machine

    Just 'cos the article writer used one doesn’t mean you have to and i doubt “multiple CPUs” is a requirement for SQLite.