Stopwatch sw = new Stopwatch();
logger.info(JcrI18n.beginChildrenOptimization, getName());
sw.start();
try {
DocumentOperationResults results = documentStore().localStore().performOnEachDocument(new DocumentOperation() {
private static final long serialVersionUID = 1L;
private DocumentOptimizer optimizer;
@Override