this post was submitted on 16 Mar 2025
956 points (98.6% liked)

Programmer Humor

23286 readers
1827 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 46 points 2 months ago (3 children)

Sqlite can easily handle millions of rows. Don't sell it short

[–] [email protected] 7 points 2 months ago (1 children)
[–] [email protected] 5 points 2 months ago

Should be enough to hold 60k rows

[–] [email protected] 3 points 2 months ago

I have an sqlite db that is a few GB in size, game saves using the format. Sadly almost all blob data, would love to play with it if it was a bit more readable