Forums » Development »
Request for help in developing a product
Added by Ben Osheroff almost 6 years ago
Hi,
I'm working on a new OSS project that aims to speed up web apps with large databases. Redmine has been one of our target codebases, which has been great, but we're a little stuck for data: in order to really get a good idea of what queries cost, we need some information about how big the tables grow in production.
Would any kind soul with access to a medium/large redmine installation be willing to dump me index statistics from their installation? Specifically I'd need the output of this:
mysql -ABe 'select * from information_schema.statistics where table_schema = "redmine_production"' > schema_stats.tsv
I'd be happy to donate to the charity or project of your choice. Thanks for your time!
-Ben Osheroff
ben.osheroff@gmail.com