Closed petropavel13 closed 7 years ago
Is there any reason to use uuid instead of simple integer?
Thanks for your contribution. I'm not sure about this without looking closer. But a good thing to check would be to see if a few other tools can still read the data properly.
Do you have time to work on the merge conflicts? If not, do you mind if I work on the patch and resubmit it?
@bradh that would be great if you can help review and update.
Merged in https://github.com/mapbox/mbutil/pull/76
When I try to use that function, number of tiles was reduced by half but size of database increases!
Then I replaced type of field tile_id from string (uuid) to integer (aka regular foreign key) and I got following results:
Is there any reason to use uuid instead of simple integer?
https://github.com/mapbox/mbutil/issues/38, https://github.com/mapbox/mbutil/issues/39, https://github.com/mapbox/mbutil/issues/40