Hi!

I'm thinking on the best way to structure a large GAE 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 dinamically 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 :(

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to