This blog has moved

I'm leaving these up to give myself some time to get the redirects together. Please visit the new blog at: blog.matasar.org

Ben Matasar

Sat, 18 Mar 2006

Rails migrations, SQLite3, and largish data

For the Bus Project, I'm building a walklist app and I'm using rails. I decided to build things using rails migrations, and I'm finding them painfully slow with my SQLite3 database that has ~400k voters in it and ~1200 block captains. Overall though, it's good to be writing ruby again.

Some things to keep in mind when dealing with large databases and SQLite3:

tech | link | 2006/Mar


Ben Matasar ben@matasar.org