Skip to content

set_indexes

Steffen Exler edited this page Aug 5, 2020 · 1 revision

Set indexes to database

To speedup the tile rendering, set indexes on the osm tables.::

$ docker-compose -f local.yml run --rm django python manage.py set_indexes
Clone this wiki locally