Bytebase: search tables
bytebase_search_tablesSearch database tables by table or column name to quickly locate relevant tables, returning names and row counts without dumping the full schema.
Instructions
Find tables in a database by name or column name. Prefer this over dumping a schema — a production database here can hold ~1000 tables. Returns names and row counts only; use bytebase_describe_table for columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tables to return (default 50). | |
| pattern | No | Substring to match on table name, then column names. | |
| database | Yes | Database reference, e.g. "prod/aurora-prod/salla" or "salla". |