-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgis: create one composite PRIMARY KEY instead of two indices
Create a composite PRIMARY KEY for OSM ID and the unique `id` colum (serial) instead of a separeate index for `id` and OSM ID. This can save a few GB for large tables. OSM ID is first, so lookups for diff imports are still fast. The `id` makes the index unique as OSM IDs are not unique (e.g. multiple mappings).
- Loading branch information
Showing
2 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters