Hi Brian,<br><br>currently I'm stuck indexing the whole planet and don't know what's going on.<br>For at least some days pgstat shows that the database is working on<br>update placex set indexed = true where not indexed and rank_search = 25 and name is not null;<br>
Whenever I ask for<br>select count (*) from placex where not indexed and rank_search = 25 and name is not null;<br>i get a result of 74241 like there is no progress at all.<br>Today I stopped the process, restarted postgresql and restarted the rank 25 index.<br>
While postmaster takes up to 100% of the CPU, my count results are always the same.<br><br>Shouldn't the number of unindexed rows decrease in a while or am I too impatient?<br>Is there any documentation of the rank_search indexes and what the stand for that I have overlooked?<br>
<br>Kind regards<br>Frans<br>