mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 16:18:26 -04:00
I think that even with good indexes, querying the area names from one table is always going to be slow because there’s so much GeoJSON to scan past. This commit splits the data into two tables, one for the names and grouping IDs and one for the blobs of GeoJSON. So for most pages the app will never even be looking at the table where the GeoJSON is held. I don’t know if this is a proper, normalised way of structuring the data, but it does go brrr.
79 MiB
79 MiB
The file is too large to be shown.
View Raw