Try printing db table sizes on startup

This commit is contained in:
Sebastian Kürten
2022-05-09 09:16:09 +02:00
parent d3bffaadf3
commit b6fa7520e9
7 changed files with 104 additions and 2 deletions

View File

@@ -746,4 +746,6 @@ public interface DatabaseComponent extends TransactionManager {
*/
void updateTransportKeys(Transaction txn, Collection<TransportKeySet> keys)
throws DbException;
void printStats(Transaction txn) throws DbException;
}