table.setIdSequence(ids);
if (tableName.equalsIgnoreCase(OTHER_TRIPLES_TABLE)) {
table.setPredColumnPresent(true);
}
if (indexingTriples && !table.isIndexed()) {
table.createIndex();
}
table.reload();
tables.put(key(tableName), table);
}
return tables;