Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with index.c #296

Closed
mwethington opened this issue Jul 13, 2015 · 1 comment
Closed

Issue with index.c #296

mwethington opened this issue Jul 13, 2015 · 1 comment

Comments

@mwethington
Copy link

nominatim_index()

https://help.openstreetmap.org/questions/44155/nominatim-slow-stuck-at-functions

The function is dying at:

update placex set indexed_status = 0 where place_id = $1

With 3 of these running on a 4 core box.

@lonvia
Copy link
Member

lonvia commented Aug 4, 2015

Looks like this was solved in the meantime as an issue of missing log output. What you should see at this stage is something like that:

  Done 66650730 in 65531 @ 1017.086975 per second - Rank 30 ETA (seconds): 5523.384277
  Done 66652085 in 65532 @ 1017.092163 per second - Rank 30 ETA (seconds): 5522.023438
  Done 66652435 in 65532 @ 1017.097473 per second - Rank 30 ETA (seconds): 5521.650879

It's normal that this stage takes very long.

@lonvia lonvia closed this as completed Aug 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants