Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow SP-GIST indexes #280

Merged
merged 1 commit into from
Dec 10, 2022
Merged

Allow SP-GIST indexes #280

merged 1 commit into from
Dec 10, 2022

Conversation

rustprooflabs
Copy link
Owner

Follow up to #279, RE osm2pgsql-dev/osm2pgsql#1357. Changes to index creating also allows switching between GIST and SP-GIST indexes.

How to use

Add --sp-gist to the docker exec command.

docker exec -it \
     pgosm python3 docker/pgosm_flex.py \
    --ram=8 \
    --region=north-america/us \
    --subregion=district-of-columbia \
    --sp-gist

@rustprooflabs rustprooflabs added the enhancement New feature or request label Dec 10, 2022
@rustprooflabs rustprooflabs added this to the 0.6.3 milestone Dec 10, 2022
@rustprooflabs rustprooflabs changed the base branch from main to dev December 10, 2022 16:06
@rustprooflabs rustprooflabs merged commit 201f418 into dev Dec 10, 2022
@rustprooflabs rustprooflabs deleted the allow-sp-gist-indexes branch December 10, 2022 16:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant