Type Alias SparqlQueryLogEntry
SparqlQueryLogEntry: {
durationMs: number;
error?: string;
id: string;
query: string;
queryKey?: string;
queryType: SPARQLQueryType;
timestamp: number;
}
Type declaration
durationMs: number
Optionalerror?: string
id: string
query: string
OptionalqueryKey?: string
queryType: SPARQLQueryType
timestamp: number
Correlating TanStack Query keys with SPARQL log lines:
queryKeyon datastore paths (seeinitSPARQLStore,sparql-schema/load).queryKeythrough moresparql-schemacall sites.queryFnwithrunWithSparqlQueryKeyfrom@graviola/edb-core-utils(single-slot; parallel queries may mis-attribute).AbstractDatastoremethods — only if you need strict parallelism.