Sail sail = new AGTransactionSail(tSail, rc, commitsPerUpload);
try {
TweetStore store = new TweetStore(sail);
store.doNotRefreshCoreMetadata();
store.initialize();
try {
final SailConnection tc = tSail.getConnection();
try {
final TweetPersister p = new TweetPersister(store, null);