Comparing MySQL, Vertica, MongoDB, Hive and Impala. Blog post: http://chimpler.wordpress.com/2013/05/10/installing-and-comparing-mysqlmariadb-mongodb-vertica-hive-and-impala-part-1/
Generate fake data for our tests
$ make
$ ./gendata
Import to all: ./import_all.sh
Import to MySQL: ./import_mysql.sh
Import to Vertica: ./import_vertica.sh
Import to MongoDB: ./import_mongodb.sh
Import to Hive: ./import_hive.sh
Import to Impala/Parquet: ./import_impala_parquet.sh
Test all: ./test_all.sh
Test MySQL: ./import_mysql.sh
Test Vertica: ./import_vertica.sh
Test MongoDB: ./import_mongodb.sh
Test Hive: ./import_hive.sh
Test Impala/CSV: ./import_impala.sh
Test Impala/Parquet: ./import_impala_parquet.sh