Load Testing RelStorage: Plone 3.3.4, MySQL 5.0.77
Trying to load test RelStorage on MySQL database.
Overview
Plone 3.3.4, RelStorage 1.4.0
MySQL version 5.0.77
FunkLoad 1.11.0, collective.funkload, collective.loadtesting
collective.coreloadtests, collective.contentgenerator
Preparing MySQL Database
create user and database in MySQL
tunning the MySQL database, using storage engine: InnoDB
try different settings: history preserve and history free
We need MySQL-python to access MySQL database from Python application.
Preparing Buildout
using buildout toe create the zope instance and testing plone site.
eggs =
Plone
relstorage
MySQL-python
some other configuration..
Conclusion
so what?
Resources
- How to install Plone with relstorage and MySQL: http://shane.willowrise.com/archives/how-to-install-plone-with-relstorage-and-mysql/