I'm making a GPS app that will deals with 200 millions records in a table. My initial thought is to divide the table into multiple tables like position_1, position_2, ... and split the data.
My question is: does it have any performance gain with MySQL(innodb) ?