andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Rewrite Loaders to use activerecord-import #33

Closed andymeneely closed 10 years ago

andymeneely commented 11 years ago

Our performance on the test data set is already pretty slow. What we really need is to do bulk inserts, which involves rewriting how we do loading.

I'm thinking that activerecord-import is the way to go, based on this question:

http://stackoverflow.com/questions/15317837/bulk-insert-records-into-active-record-table