Tell us what you are trying to do?
I am importing some custom posts with addresses from a CSV file. The information is imported correctly but the posts do not appear in a view that contains a map. Until you enter the imported posts and click the update button, they do not appear even though you have not changed anything and the fields were already informed with the import data. There are 1300 posts so we cannot go in one by one and force their update, so I need some way to force a massive update or that they work initially with the import.
You can try displaying all of them at once, but 1300 posts is quite a lot, so maybe add pagination to the View, displaying—say—100 posts at a time, and then paginate through the 13 pages of results. By the time you get to the end the address cache should have been populated, so that the locations can then be found by searches etc.