Home / Database
Database response notes
Database response notes: 112 practical troubleshooting notes with commands, output examples, diagnostic branches, and related errors.
MySQL Too many connections
A practical cause and fix order for Too many connections errors while operating MySQL.
DatabaseMySQL Duplicate entry fix note
An operator checklist for narrowing down Duplicate entry errors in MySQL and preventing recurrence.
DatabaseMySQL Deadlock fix note
An operator checklist for narrowing down Deadlock errors in MySQL and preventing recurrence.
DatabasePostgreSQL relation does not exist fix note
An operator checklist for narrowing down relation does not exist errors in PostgreSQL and preventing recurrence.
DatabaseMySQL Duplicate entry fix note 2
An operator checklist for narrowing down Duplicate entry errors in MySQL and preventing recurrence.
DatabaseMySQL Deadlock fix note 2
An operator checklist for narrowing down Deadlock errors in MySQL and preventing recurrence.
DatabasePostgreSQL relation does not exist fix note 2
An operator checklist for narrowing down relation does not exist errors in PostgreSQL and preventing recurrence.
DatabaseMySQL Duplicate entry fix note 3
An operator checklist for narrowing down Duplicate entry errors in MySQL and preventing recurrence.
DatabaseMySQL Deadlock fix note 3
An operator checklist for narrowing down Deadlock errors in MySQL and preventing recurrence.
DatabasePostgreSQL relation does not exist fix note 3
An operator checklist for narrowing down relation does not exist errors in PostgreSQL and preventing recurrence.
DatabaseMySQL Duplicate entry fix note 4
An operator checklist for narrowing down Duplicate entry errors in MySQL and preventing recurrence.
DatabaseMySQL Deadlock fix note 4
An operator checklist for narrowing down Deadlock errors in MySQL and preventing recurrence.
DatabasePostgreSQL relation does not exist fix note 4
An operator checklist for narrowing down relation does not exist errors in PostgreSQL and preventing recurrence.
DatabaseMySQL Duplicate entry fix note 5
An operator checklist for narrowing down Duplicate entry errors in MySQL and preventing recurrence.
DatabaseMySQL Deadlock fix note 5
An operator checklist for narrowing down Deadlock errors in MySQL and preventing recurrence.
DatabasePostgreSQL relation does not exist fix note 5
An operator checklist for narrowing down relation does not exist errors in PostgreSQL and preventing recurrence.
DatabaseMySQL Duplicate entry fix note 6
An operator checklist for narrowing down Duplicate entry errors in MySQL and preventing recurrence.
DatabaseMySQL Deadlock fix note 6
An operator checklist for narrowing down Deadlock errors in MySQL and preventing recurrence.
DatabasePostgreSQL relation does not exist fix note 6
An operator checklist for narrowing down relation does not exist errors in PostgreSQL and preventing recurrence.
DatabaseDatabase Duplicate entry first triage response
A Database first triage note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock first triage response
A Database first triage note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections first triage response
A Database first triage note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout first triage response
A Database first triage note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist first triage response
A Database first triage note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused first triage response
A Database first triage note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query first triage response
A Database first triage note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag first triage response
A Database first triage note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing first triage response
A Database first triage note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding first triage response
A Database first triage note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry post-release regression response
A Database post-release regression note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock post-release regression response
A Database post-release regression note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections post-release regression response
A Database post-release regression note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout post-release regression response
A Database post-release regression note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist post-release regression response
A Database post-release regression note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused post-release regression response
A Database post-release regression note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query post-release regression response
A Database post-release regression note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag post-release regression response
A Database post-release regression note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing post-release regression response
A Database post-release regression note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding post-release regression response
A Database post-release regression note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry affected user or permission response
A Database affected user or permission note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock affected user or permission response
A Database affected user or permission note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections affected user or permission response
A Database affected user or permission note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout affected user or permission response
A Database affected user or permission note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist affected user or permission response
A Database affected user or permission note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused affected user or permission response
A Database affected user or permission note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query affected user or permission response
A Database affected user or permission note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag affected user or permission response
A Database affected user or permission note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing affected user or permission response
A Database affected user or permission note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding affected user or permission response
A Database affected user or permission note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry specific path failure response
A Database specific path failure note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock specific path failure response
A Database specific path failure note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections specific path failure response
A Database specific path failure note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout specific path failure response
A Database specific path failure note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist specific path failure response
A Database specific path failure note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused specific path failure response
A Database specific path failure note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query specific path failure response
A Database specific path failure note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag specific path failure response
A Database specific path failure note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing specific path failure response
A Database specific path failure note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding specific path failure response
A Database specific path failure note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry proxy versus origin split response
A Database proxy versus origin split note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock proxy versus origin split response
A Database proxy versus origin split note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections proxy versus origin split response
A Database proxy versus origin split note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout proxy versus origin split response
A Database proxy versus origin split note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist proxy versus origin split response
A Database proxy versus origin split note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused proxy versus origin split response
A Database proxy versus origin split note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query proxy versus origin split response
A Database proxy versus origin split note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag proxy versus origin split response
A Database proxy versus origin split note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing proxy versus origin split response
A Database proxy versus origin split note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding proxy versus origin split response
A Database proxy versus origin split note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry timeout and load response
A Database timeout and load note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock timeout and load response
A Database timeout and load note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections timeout and load response
A Database timeout and load note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout timeout and load response
A Database timeout and load note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist timeout and load response
A Database timeout and load note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused timeout and load response
A Database timeout and load note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query timeout and load response
A Database timeout and load note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag timeout and load response
A Database timeout and load note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing timeout and load response
A Database timeout and load note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding timeout and load response
A Database timeout and load note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry cache or propagation drift response
A Database cache or propagation drift note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock cache or propagation drift response
A Database cache or propagation drift note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections cache or propagation drift response
A Database cache or propagation drift note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout cache or propagation drift response
A Database cache or propagation drift note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist cache or propagation drift response
A Database cache or propagation drift note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused cache or propagation drift response
A Database cache or propagation drift note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query cache or propagation drift response
A Database cache or propagation drift note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag cache or propagation drift response
A Database cache or propagation drift note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing cache or propagation drift response
A Database cache or propagation drift note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding cache or propagation drift response
A Database cache or propagation drift note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry local versus production drift response
A Database local versus production drift note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock local versus production drift response
A Database local versus production drift note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections local versus production drift response
A Database local versus production drift note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout local versus production drift response
A Database local versus production drift note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist local versus production drift response
A Database local versus production drift note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused local versus production drift response
A Database local versus production drift note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query local versus production drift response
A Database local versus production drift note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag local versus production drift response
A Database local versus production drift note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing local versus production drift response
A Database local versus production drift note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding local versus production drift response
A Database local versus production drift note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry data or input state response
A Database data or input state note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock data or input state response
A Database data or input state note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections data or input state response
A Database data or input state note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase lock wait timeout data or input state response
A Database data or input state note for lock wait timeout: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase relation does not exist data or input state response
A Database data or input state note for relation does not exist: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase connection refused data or input state response
A Database data or input state note for connection refused: network failure caused by blocked port, refused listener, packet loss, VPN/proxy path, MTU, VPC rule, or long-running request. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase slow query data or input state response
A Database data or input state note for slow query: operations failure caused by failing health checks, missing telemetry, noisy alert thresholds, deployment loop, or SLO burn. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase replication lag data or input state response
A Database data or input state note for replication lag: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase index missing data or input state response
A Database data or input state note for index missing: database failure caused by missing schema object, search_path drift, replica delay, missing index, or exhausted connection pool. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase encoding data or input state response
A Database data or input state note for encoding: parsing or encoding failure caused by charset mismatch, delimiter drift, locale, timezone, row shape, or date format ambiguity. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Duplicate entry safe restart decision response
A Database safe restart decision note for Duplicate entry: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Deadlock safe restart decision response
A Database safe restart decision note for Deadlock: duplicate or lock conflict caused by concurrent writes, missing idempotency, unique keys, transaction order, or remote state drift. It includes evidence, output examples, branches, and the smallest reliable fix.
DatabaseDatabase Too many connections safe restart decision response
A Database safe restart decision note for Too many connections: DNS resolution failure caused by missing records, wrong authority, stale TTL, policy records, or service target mismatch. It includes evidence, output examples, branches, and the smallest reliable fix.