this.titles.add(Pair.of(namespace, title));
if (++batchSize % WikipediaConstants.BATCH_SIZE == 0) {
pageInsert.executeBatch();
this.conn.commit();
pageInsert.clearBatch();
this.addToTableCount(catalog_tbl.getName(), batchSize);
batchSize = 0;
if (LOG.isDebugEnabled()) {
int percent = (int) (((double) i / (double) this.num_pages) * 100);
if (percent != lastPercent) LOG.debug("PAGE (" + percent + "%)");