We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ffe08 commit 4ee9ce7Copy full SHA for 4ee9ce7
scripts/ddl/postgresql_schema.sql
@@ -532,7 +532,7 @@ create index ix_cumulative_llm_token_count_total
532
create index ix_spans_trace_rowid_start_time
533
on public.spans (trace_rowid, start_time);
534
535
-create index ix_spans_trace_rowid_where_parent_id_is_null
+create index ix_spans_trace_rowid_start_time_where_parent_id_is_null
536
on public.spans (trace_rowid, start_time)
537
where (parent_id IS NULL);
538
0 commit comments