KAMI911 / osm_poi_matchmaker

OSM POI Matchmaker
GNU General Public License v3.0
9 stars 4 forks source link

Create smaller queries #100

Closed KAMI911 closed 2 years ago

KAMI911 commented 2 years ago

Currently we have a huge query in poi_base to find POIs in OSM local database. Since these take too long, and there is no possibility to return with the better results as soon as possible, it is good to slice into smaller queries.

Pro:

Con:

I made it configurable with db.enable.huge_query key in app.conf and set to disabled by default.

KAMI911 commented 2 years ago

Implemented, tested, seems OK.