|
|
|
|
|
by xiphias2
527 days ago
|
|
It's a bit strange that SQLite went up only 1 place on the ranking (to the 10th). There's a lot of new articles of how to improve its performance and I love that I don't have to care about the n+1 problem so much. It is now the default production database for Rails for a good reason. |
|
initially the performance was too poor, but after a bunch of reading and some changes in how I was using SQLite I got it to easily do more than 100k rows per second of insertions (the db wasn't very wide). On an old embedded device, mind you. Didn't need that much, but wowza! was my expression at the time. I've had a love for it in my heart every since.