Commit 7effb9e
feat(geo): Increase default BingTile zoom shift from 6 to 7 (#15759)
Summary:
Pull Request resolved: #15759
The session parameter debug_bing_tile_children_max_zoom_shift controls
the max difference in zoom (zoom shift) between parent bing tile and child.
The number of children scales like `4 ** zoom_shift`, so bounding this prevents
some OOMs. In production we are finding zoom shift 7 queries running fine, so
increase this shift so they can run.
Reviewed By: Sullivan-Patrick
Differential Revision: D89079085
fbshipit-source-id: f42cb430d0cf8f69a2e3a1004e0a32d2e9733ff81 parent 4bb8f85 commit 7effb9e
File tree
2 files changed
+3
-3
lines changed- velox
- core
- functions/prestosql/tests
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
463 | | - | |
| 462 | + | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
0 commit comments