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

Recommend disabling JIT #4592

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Recommend disabling JIT #4592

merged 1 commit into from
Jul 13, 2022

Conversation

pnorman
Copy link
Collaborator

@pnorman pnorman commented Jul 10, 2022

PostgreSQL JIT cripples Kosmtik, and slows down rendering of some zooms.

Fixes #4095

PostgreSQL JIT cripples Kosmtik, and slows down rendering of some
zooms.
Copy link
Collaborator

@imagico imagico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Frankly i have never heard of a practical map rendering use case where JIT is of benefit and there are plenty of map rendering related situations (and not just the more esoteric problems of LIMIT 0 queries) where it is making things prohibitively expensive.

@pnorman pnorman merged commit 80553bc into gravitystorm:master Jul 13, 2022
@pnorman pnorman deleted the jit branch July 13, 2022 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evaluate use of PostgreSQL JIT
2 participants