Hello. I have imported North America from pbf file and all TIGER data 2012 for house numbers in the US. When I do simple query like "q=17th" on my instance, I get results immedietely. But when I do query for house number like "1250 14th Street" search hangs for many minutes, with running process: "postgres: nominatim nominatim_na [local] SELECT". My slow query exactly looks like that: My settings: 13GB RAM on the machine postgresql.conf: autovacuum=off What could be the reason? Regards, asked 19 Aug '13, 10:06 emvu |
This sounds like the indexes on the TIGER house number table are not properly used. Make sure that the answered 22 Aug '13, 21:50 lonvia |