So it’s finally done. I have a ~4GB SQLite database file that has all user-movie-rating triples, along with indices on users and movies. It took almost a week to get all that data in and indexed. Most of that time was spent indexing. My next moves will be creating tables with per-movie and per-user average ratings. After that, I’m going to start working on SVD.
