tags:

views:

44

answers:

2

Including...how to set up the partition, how to determine which partition to talk to...etc. I know replication but am new to partitioning.

+2  A: 

Improving Database Performance with Partitioning
http://dev.mysql.com/tech-resources/articles/performance-partitioning.html

Robert Harvey
A: 

This would be a good start: MySQL Partitioning Overview

Also, I haven't watched this one specifically, but the presentations by the Pythian group are usually pretty good. Reading a manual may be more efficient, but as an alternative this video will teach you quite a bit about partitioning in MySQL.

Partitioning in MySQL 5.1

RC