Looking for better performance out of batch update. Here is a utility I put together that has some batch update methods. I adapted from the Documentation example, but changed it to only use batch Update instead of both batch query and batch update. I want batches to run in less than a minute for 1000 rows but for very large volumes of data, the Java memory is expensive. Looking for any suggestions.
https://github.com/LucidTechnics/lucid-util/blob/master/com/lucidtechnics/util/GoogleDocsUtility.java
