Dear all,
consider this...
I have a set of data in a table, that contains 3 columns.
the first is a Train Station ID, the second and third columns are latitude and longitude.
so, as only the lat and long fields can be barely compressed, and the Train Station ID is unique so not compression, what should I set the table type to.
This table will typically be for plotting on maps, and likely to be linked to another table which will have more information about the actual Train Station, e.g. address, area, state ...
Please do not recommend to merge the table's data together, as it is not politically possible.
ta