futuregrid / cloud-metrics

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

[Meeting notes] 3/28 - Branching mysql and mongodb for performance analysis #112

Open lee212 opened 11 years ago

lee212 commented 11 years ago

Apart from master branch, we will continue working on mongodb development on a new branch. We also tag the current branch as a mysql branch to keep supporting it.

Once we have implemented our program with two database systems, we will perform benchmarking between sql (mysql) vs nosql (mongodb) with our timer python module. This task may give us some idea as how to design an efficient program and improve our development based on the performance of database systems.