I'm thinking on the best way to structure a large App Engine site (+1M urls).
I need a sitemaps.xml file in the root path of the domain file that links to sitemap[n].xml files.
The sitemaps.xml file can link up to 1000 sitemap[n].xml files and each of these sitemap[n].xml files has up to 50K urls.
Is there a way to dynamically generate the files with the 50K urls?
Any other way to do it without fetching 50K entities at a time?
Thanks!
PS: The files cannot be static because they have to be placed in the root path of the domain :(