Skip to content

Cdc with constantly open stateful connections service instances

cdc_with_constantly_open_stateful_connections_service_instances

  • Schema: public
  • PK: id (uuid)

Columns

Column Type Nullable Default Notes
id uuid NO gen_random_uuid() PK
last_heartbeat timestamptz NO
metadata jsonb YES
created_at timestamptz YES now()
number_of_listeners int4 YES 0

Key indexes

  • Primary key on id
  • Index on last_heartbeat