futuregrid / cloud-metrics

Project to create usage statistics from IaaS such as OpenStack, Eucalyptus, and Nimbus
2 stars 3 forks source link

Migration from MySQL to sqlite3 #104

Open lee212 opened 11 years ago

lee212 commented 11 years ago

sqlite3 is a serverless database system. Once mysql's replaced by sqlite3, database files should be provided in local file systems. Otherwise there is no way to access current databases. Mysql provides a server to clients to make them access current databases.

reference: sqlite VS mysql When to use SQLite

laszewsk commented 11 years ago

hmm ...

i think the reason we went with sql was not because we needed sql but that we knw how to program against it once it is set up.

I think it looks more and more likely that we need to switch to mongodb or a better installation instruction for osx and other systems has to be provided.

On Mar 17, 2013, at 11:33 AM, lee212 notifications@github.com wrote:

sqlite3 is a serverless database system. Once mysql's replaced by sqlite3, database files should be provided in local file systems. Otherwise there is no way to access current databases. Mysql provides server to clients to make them access current databases.

reference: sqlite VS mysql When to use SQLite

— Reply to this email directly or view it on GitHub.