Database Instance
Instance connection
Check Connect Your Database.
Scan interval
Bytebase needs to fetch the databases' schema information:
- SQL review, Dynamic Data Masking, and etc all require an up-to-date schema info.
- SQL Editor, Schema Editor also require schema info.
- Schema Drift Detection needs to compare with the schema in the live database.
On the other hand, fetching schemas too frequently will impact the database operations. We allow users to configure a sync interval.
Maximum connections
Bytebase may open multiple connections to a particular instance if there are concurrent ongoing database operations. To avoid overwhelming the instance, you can configure the maximum connections that Bytebase can open.