Hello,
1. The speed of the sitemap generator script depends MAINLY on the speed of the site being crawled. i.e., if your site creates the page in 5 seconds (including network conection times), then generator *cannot* process it earlier than it is received. So,
faster sites are crawled faster. Few
examples of the sitemap generation time:
Some of the examples of big db-driven websites:
about 35,000 URLs indexed - 1h 40min total generation time
about 200,000 URLs indexed - 38hours total generation time
2. The 7 days passed since your first crawler execution wouldn't be lost if you specify the "Save the script state, every X seconds:" options of the script (added in the recent version). If you specify this, the script will
resume crawling.
3. You can also try to reduce the total number of pages by using "Do not parse URLs" and "Exclude URLs" options (try eliminating less important/duplicate content).