Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-04 | store sum and number of votes in each quote | John H. Anthony | |
This seems to improve the response time. We don't store a list of votes for each quote, which mean we don't have to retrieve every vote when we get the list of quotes. The only time we need to access the vote table is when we add a new vote. | |||
2010-09-03 | Minor improvements to the data objects | Kjetil Ørbekk | |
2010-09-03 | Make ImportQuote work on AppEngine. | Kjetil Ørbekk | |
Saving the entire database in one request caused a timeout. Instead, save one quote (plus its votes) per request. | |||
2010-09-02 | Add ImportQuotes script. | Kjetil Ørbekk | |
Imports quotes and votes from an xml dump from mysql. | |||
2010-09-02 | Begin import script. | Kjetil Ørbekk | |