Loading half a billion rows into MySQL
derwiki.tumblr.com
Loading half a billion rows into MySQL
1–10 of 101 posts
Re: Loading half a billion rows into MySQL
#2Re: Loading half a billion rows into MySQL
#3I'm not familiar with Percona, what problem does it solve?
They also provide a lot of nice tools: http://www.percona.com/software/percona-toolkit/
Re: Loading half a billion rows into MySQL
#4I'm not familiar with Percona, what problem does it solve?
Deploying is it a question of "stop db, replace mysql server binary with percona server binary, start db".
My personal opinion is that unless you have a support contract with MySQL AB, there is very little reason not to use Percona.
Re: Loading half a billion rows into MySQL
#5Re: Loading half a billion rows into MySQL
#6"...I decided to migrate the existing system into a single table setup."
"Alternative Proposed Solutions: MySQL Partitioning and Redis"
I'm surprised he didn't consider at Mongo, Couch, etc.
Re: Loading half a billion rows into MySQL
#7FTA: "...I decided to migrate the existing system into a single table setup." "Alternative Proposed Solutions: MySQL Partitioning and Redis" I'm surprised he didn't consider at Mongo, Couch, etc.
Re: Loading half a billion rows into MySQL
#8Re: Loading half a billion rows into MySQL
#9FTA: "...I decided to migrate the existing system into a single table setup." "Alternative Proposed Solutions: MySQL Partitioning and Redis" I'm surprised he didn't consider at Mongo, Couch, etc.
My coworkers and I have absolutely zero experience with Mongo, Couch, etc. We do have experience with MySQL and Redis (see https://github.com/causes/mock_redis ), and I feel "safer" keeping important data in something as mature as MySQL.
Re: Loading half a billion rows into MySQL
#10 SELCT table_rows
Should be, SELECT table_rows