Personal tools
You are here: Home Plone XP Plone Demo Site Load Testing RelStorage: Plone 3.3.4, MySQL 5.0.77

Load Testing RelStorage: Plone 3.3.4, MySQL 5.0.77

— filed under: ,

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

Document Actions