MySQL has a lot of storage engines. TokuDB is one of them, very fast (closed source)
Check out this post from mysqlperformanceblog.com: Countless storage engines

MySQL has a lot of storage engines. TokuDB is one of them, very fast (closed source)
Check out this post from mysqlperformanceblog.com: Countless storage engines
For the Dutch speaking: Trisco has released a small MySQL tuning guide. Many people just leave their MySQL installation standard without tweaking the parameters for their own server.
You’ve probably experienced it before: you’re querying an object and are selecting repeating attributes with DQL and what happens? You’ll get a row for each entry of a repeating attribute.
This is actually very simple to solve: select r_object_id in your query
select r_object_id, single_attribute, repeating_attribute from custom_type
If you need to restart Apache on your webserver and you only have SSH access:
If you have plesk installed on a server, it’s easy to use this server as your own nameserver.
That’s all