I previously was able to load a large .pbf file into the APIDB and then use osmosis to do minutely extraction. I would like to test this with postgresql 10, but it seems the previous index on xid (system column) is no longer supported in postgresql 10. Just wondering if something has changed in the indexing on postgresql 10. Previous index command:
Error:
asked 09 Sep '20, 14:52 Cellington |
I see, potentially moving on from osmosis. Reference: answered 09 Sep '20, 16:16 Cellington This should really only be required if you intend to create diffs from your APIDB, so the issue could perceivably be addressed by adding a flag that indicates if you want this or not (naturally on PG 10 this would not be possible).
(11 Sep '20, 12:17)
SimonPoole ♦
|