From: Sarah Hoffmann Date: Mon, 5 Jun 2017 19:33:50 +0000 (+0200) Subject: limit number of considered places in POI queries X-Git-Tag: v3.0.0~13^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/c13094acfdfb6f39e265a04ef6aa636ba64a78ea?hp=c13094acfdfb6f39e265a04ef6aa636ba64a78ea limit number of considered places in POI queries When searching for POIs in place_classtype_ tables limit the number of objects considered to 300. The distinct and order by clauses forced until now to retrive all matching objects and order them first which can cause long running queries when retriving them for large areas like the US. Fixes #735. ---