-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
housenumberless-settlements, cron: fetch list of settlements in count…
…ry once And add an sql index. Before: sqlite> select count(*) from stats_settlements s where not exists ( select 1 from whole_country c where c.city = s.name ); 486 Run Time: real 25.977 (seconds) After: sqlite> select count(*) from stats_settlements s where not exists ( select 1 from whole_country c where c.city = s.name ); 486 Run Time: real 0.007 (seconds) Change-Id: I247dc9b861851750d6c186e6fec2410e73507338
- Loading branch information
Showing
5 changed files
with
148 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"osm3s": { | ||
"timestamp_osm_base": "2025-02-07T21:11:12Z", | ||
"timestamp_areas_base": "2025-02-06T02:17:44Z" | ||
}, | ||
"elements": [ | ||
{ | ||
"type": "node", | ||
"id": 12353447948, | ||
"lat": 46.8016087, | ||
"lon": 16.3840838, | ||
"tags": { | ||
"name": "Baj\u00e1nsenye" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters