27
submitted 3 months ago by 0x0@programming.dev to c/sql@programming.dev

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 ;

you are viewing a single comment's thread
view the rest of the comments
[-] 0x0@programming.dev 3 points 3 months ago

Did you read the article?

There's more to SQLite than the embedded world and not everyone requires ClickHouse's performance.

[-] earmuff@lemmy.dbzer0.com 0 points 3 months ago

I actually did. There is still no reason to be wasteful with ressources. Why should I need to use a 4 core machine, when I could just use a single core machine?

Only because „it works“, does not make it a valid reason to use it.

[-] 0x0@programming.dev 1 points 3 months 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.

this post was submitted on 20 Jun 2024
27 points (100.0% liked)

SQL

450 readers
2 users here now

Related Fediverse communities:

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS