Tags: devanganaB/graph-node
Tags
store: Allow turning of LayoutCache and SubgraphInfo cache
store: Remove InputSchema from SubgraphInfo Input schemas are so nice you gotta cache 'em twice. We kept two seaprate copies of the input schema, one in the layout and one in SubgraphInfo in memory. This change makes it so that we only keep one copy, the one in the layout
graph: Set GRAPH_ENABLE_SELECT_BY_SPECIFIC_ATTRIBUTES to true by default
graphql: Do not query for deterministic errors for each block
graph: Do not count cache lookups in database totals
graph: Do not count cache lookups in database totals
all: Change initialization of RuntimeAdapter and DecoderHook The DecoderHook and the RuntimeAdapter for ethereum need to share the same call cache, a separate one for each subgraph, since the BufferedCallCache needs to be a different one for each subgraph - if subgraphs shared a BufferedCallCache, they would clobber each others declared calls.
store: Set the limiter to the same size as the query_semaphore
PreviousNext