Page MenuHomePhabricator

Populate localized names in maps DB
Closed, InvalidPublic

Description

The code that writes OSM data into the database needs to write localized names into the columns added by T187592: Add name_ column to style queries. We will also need to do an initial population of these columns, and that may have cache invalidation impacts.

Event Timeline

Catrope triaged this task as Lowest priority.Feb 16 2018, 11:11 PM
Catrope created this task.

We're using hstore, so the data is already in the DB. ClearTables and the schema change makes easier to access and stores it in a different structure, but it's there too.

So do we need to do anything here at all, or is it already done?