Skip to content

dartbrief.analysis_cache

Columns

NameTypeDefaultNullableChildrenParentsComment
created_attimestamp(6) without time zonenow()false
doc_lengthintegertrue
key_points_jsontexttrue
llm_response_idvarchar(40)true
modelvarchar(255)true
rcept_novarchar(255)false
retry_countinteger0false
sentimentvarchar(10)true
statusvarchar(20)'PENDING'::character varyingfalse
summarytexttrue
updated_attimestamp(6) without time zonetrue

Constraints

NameTypeDefinition
analysis_cache_pkeyPRIMARY KEYPRIMARY KEY (rcept_no)

Indexes

NameDefinition
analysis_cache_pkeyCREATE UNIQUE INDEX analysis_cache_pkey ON dartbrief.analysis_cache USING btree (rcept_no)
idx_analysis_cache_inflightCREATE INDEX idx_analysis_cache_inflight ON dartbrief.analysis_cache USING btree (updated_at) WHERE (((status)::text = 'PROCESSING'::text) AND (llm_response_id IS NOT NULL))
idx_analysis_cache_statusCREATE INDEX idx_analysis_cache_status ON dartbrief.analysis_cache USING btree (status)

Relations

mermaid
erDiagram


"dartbrief.analysis_cache" {
}

Generated by tbls