Commit 5df557b
committed
docs(comparison): add continent-scale Europe section
First continent-scale run lands on the comparison page. Hetzner
bare-metal host (48 cores, 124 GB RAM, NVMe LVM at /mnt/fast),
Geofabrik europe-latest.osm.pbf at 32 GB.
Cairn OSM ingest finishes in 4 h 25 m: pass 0 (max-id scan) → pass
1 (flatnode write) → pass 2a (node-place emit) → pass 2b0
(relation way-ref scan) → pass 2b1 (parallel way-place emit, 22.16 M
ways emitted) → pass 2b2 (admin relations, 363 131 polygons after
dedup, 25.45 M places after dedup). The bundle-write tail (admin
tiles, text index, place tiles, point tiles, manifest, SBOM) is in
flight at commit time; final disk / hot RSS / p95 land in the next
update.
The Phase 6e v2 build pipeline is what makes this run feasible on
the contended cluster — single shared AdminIndex across both
enrichment passes, admin-tile write moved ahead of the tantivy +
place-tile peaks (so the polygon ring set is freed before
allocation pressure rises), and interleaved place-tile + point-tile
emission off one sorted slice (no Vec<PlacePoint> materialization
intermediate). Plus rkyv size_64 to lift the 2 GB rel-pointer
ceiling on Russia / Norway / Greece-scale admin tile archives.
Pelias / Photon / Nominatim Europe measurements: not yet run.
Projected ranges noted in the table (12-18 h, 6-10 h, 24-48 h
respectively) based on incumbent docs and our country-scale
observations. Full parity benches ship in a follow-up.
Caveat block notes the operational knobs needed on this specific
cluster (pause airflow Python workers during the build window;
bump vm.max_map_count to 1 048 576 so Cairn's mmap pressure
doesn't run into the 65 530 default). They're host-config, not
algorithmic, and don't show up on country-scale runs.1 parent 7bb41d1 commit 5df557b
1 file changed
Lines changed: 79 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
457 | 536 | | |
458 | 537 | | |
459 | 538 | | |
| |||
0 commit comments