Back to the changelog
RecordedGeocodingImproved

The geocoding build got faster

Three changes to the load pipeline cut a large amount of time off a full Canada rebuild.

  • search_text is computed at extract time, dropping a whole-table UPDATE
  • Indexes are built after the bulk load, not during it
  • Source extracts are verified and COPYed rather than inserted row by row