First page Back Continue Last page Overview Graphics
Making Things Scale
You have a 300 row CSV file.
It is going to grow to 300,000 rows.
You want to move to SQL
You don't have time to write all of the code right now.
You want to write some SQL and have it work before you migrate your data to a DB server...
Notes:
Being able to make frequent code releases means you don't have to sit down and make big changes all at once. It also means your can test your changes more easily.
Converting from a flat file data storage to an SQL format has always been a pain, because there hasn't really been an easy way to do that piecemeal until now...