SQLite3-ruby extremely slow under 1.9.1?
- by NilObject
I decided to upgrade my server to Ruby 1.9.1, and a lot of things are indeed much faster. However, I have a process that dumps a database to sqlite, and it's become glacially slow. What used to take 30 seconds now takes upwards of 10 minutes.
The code does several create table statements, and then lots of inserts. The insert statements nearly all…