An aligned partition gives you the best read/write performance, but you will have to sacrifice some space to align your partition.
To create,
# parted -a optimal /dev/sda mkpart primary 0% 100%
And you can check if it is aligned,
# parted /dev/sda align-check optimal 1