Skip to content

Commit 2c44cb1

Browse files
committed
feat(config.yaml): add canonical_execution_transaction_structlog_agg table
This enables aggregated structlog data storage for faster analytics and reduces query load on the raw structlog table.
1 parent d250441 commit 2c44cb1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

config.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,6 +1671,21 @@ tables:
16711671
- Execution layer
16721672
- Finalized
16731673
description: Contains canonical execution transaction structlog data from [`debug_traceTransaction`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugtracetransaction).
1674+
- name: canonical_execution_transaction_structlog_agg
1675+
database: default
1676+
excluded_columns: []
1677+
partitioning:
1678+
type: integer
1679+
column: block_number
1680+
interval: 100
1681+
networks:
1682+
mainnet:
1683+
from: null
1684+
to: null
1685+
tags:
1686+
- Execution layer
1687+
- Finalized
1688+
description: Contains aggregated canonical execution transaction structlog data from [`debug_traceTransaction`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugtracetransaction).
16741689
- name: consensus_engine_api_get_blobs
16751690
database: default
16761691
excluded_columns: []

0 commit comments

Comments
 (0)