Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

For pg tables, allow users to skip auto-bounds detection #539

Closed
nyurik opened this issue Dec 23, 2022 · 1 comment
Closed

For pg tables, allow users to skip auto-bounds detection #539

nyurik opened this issue Dec 23, 2022 · 1 comment

Comments

@nyurik
Copy link
Member

nyurik commented Dec 23, 2022

Auto-bounds detection could be a relatively slow process. We may want to introduce some way to skip it.

martin --ignore-bounds postgres://...

In config, we have the option of specifying the bounds, but we don't want to force users to always supply them as [-180.0, -90.0, 180.0, 90.0]. Instead, we may want to allow max keyword.

Skipping bounds param in a config would always cause auto-detection. We may want to add another connection-wide config parameter to skip detection.

@nyurik
Copy link
Member Author

nyurik commented Jan 3, 2023

added in #546

@nyurik nyurik closed this as completed Jan 3, 2023
@nyurik nyurik added the relnotes label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant