🦿 Lucian Marin Using SQLite on lucianmarin.com is faster than using JSON, 43ms vs 56ms for the same request. Hmm... I have to make the switch someday.
🤔 John I'm in love with SQLite, and I'm surprised so many django devs say it doesn't scale. At some point I'd like to look at the django ORM and understand why.
4y, 46w 1 reply
Login or register your account to reply
🦿 Lucian Marin Maybe because Django closes the database connection after each query. Also writing to SQLite is slow, one thing at a time.
4y, 46w reply