How to handle foreign key while partitioning
问题 I am working on fleet management. I am having large amount of writes on a location table with following columns date time vehicle no. long latitude speed userid (which is foreign key...) Here this table is going to have write operation every 3 sec. Hence there will be millions of record in it. So to retrieve faster data I AM PLANNING Partition. Now my question:- How to handle foreign key? I heard that partition does not support foreign key Which column should be used for partition. is it