MYSQL 5.0 and partitioning

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
pastijalan
Forum Newbie
Posts: 10
Joined: Thu Oct 12, 2006 11:54 pm

MYSQL 5.0 and partitioning

Post by pastijalan »

Does MYSQL 5.0 support horizontal and vertical partitioning?. I have a 4gb database and need partiotioning to increase performance.


Thx!
User avatar
vargadanis
Forum Contributor
Posts: 158
Joined: Sun Jun 01, 2008 3:48 am
Contact:

Re: MYSQL 5.0 and partitioning

Post by vargadanis »

dml
Forum Contributor
Posts: 133
Joined: Sat Jan 26, 2008 2:20 pm

Re: MYSQL 5.0 and partitioning

Post by dml »

In 5.0, apparently not, though it doesn't stop you implementing your own partitioning. Good talk on that here.
Post Reply