Default Tide Disco API
/default-tide-disco-api/table-sizes
Get the sizes of all database tables.
Returns a list of table size information, including row counts (estimated for PostgreSQL) and disk usage. Works with both PostgreSQL and SQLite backends (via embedded-db feature; disk usage currently PostgreSQL only).
/default-tide-disco-api/migration-status
Get the status of all deferred background migrations.
Returns a list of migrations with their name, when they started, when they completed (if done), and the last processed offset (useful for estimating progress).
Copyright © 2022 Espresso Systems. All rights reserved.