Hi all
I've been trawling the net trying to find out how MySQL would handle partitioning if I don't specify any values for RANGE. My code is as follows:
PARTITION BY RANGE(vehicle_id) PARTITIONS 10()
The table will most likely end up having roughly 50 000+ records. Can anyone perhaps give me an idea of how MySQL will handle this?