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

Remove diff mode from highway_noexit sql10 #2063

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

Famlam
Copy link
Collaborator

@Famlam Famlam commented Nov 7, 2023

sql10 relies on COUNT(*), but in diff mode not all joined elements are present in the touched_* datasets, hence the count may be lower than the true count, producing different results.

This should also solve a frontend server error with duplicate elements that only occurred in diff mode.

See #2060

sql10 relies on COUNT(*), but in diff mode not all joined elements are present in the `touched_*` datasets, hence the count may be lower than the true count.

This should also solve a server error with duplicate elements that only occurred in diff mode.

See osm-fr#2060
@frodrigo frodrigo merged commit 51dc3b9 into osm-fr:dev Nov 7, 2023
3 checks passed
@Famlam Famlam deleted the removediff_noexit branch November 7, 2023 20:42
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.

2 participants