Would it be possible to generate and release incremental data dumps (perhaps in addition to the full dumps)?

The reason being, obviously, they are getting quite large to download and they'll only grow. I also understand there's quite a bit of technical difficulty in creating an incremental dump.

EDIT: See my related question on SO

link|improve this question

48% accept rate
3  
Applying incremental updates doesn't sound like a cake-walk either. – Shog9 Sep 6 '11 at 18:23
Incremental updates don't sound hard to me. Just make a full dump and run a program that creates a delta file from the two xml files. – CodeInChaos Oct 1 '11 at 8:47
feedback

You must log in to answer this question.

Browse other questions tagged