Skip to content

Scan rate limiting

scan_rate_limiting

  • Schema: public
  • PK: (base_id, app_id, table_id) — composite

Columns

Column Type Nullable Default Notes
base_id uuid NO Part of PK
app_id text NO Part of PK
table_id text NO Part of PK
next_scan_is_scheduled bool YES false
next_scan_time timestamptz NO

Key indexes

  • PK on (base_id, app_id, table_id)