I am creating a record in Azure Storage Table and using latitude and longitude as partition key and row key respectively.
Are there any performance degradation since there is very little chance that there will be same lat and lon values?
What is the effect on query performance if I store lat and lon in a separate column and not row and partition key?
Note: To query the records I will be using less than or greater than operators of oData