Disk Utilization FAQ
index_events = [] # Uncommented = index all events (default)
indexer = "null" # Disable indexing entirely
To limit indexing to specific events:
[tx_index]
indexer = "kv"
index_events = ["message.sender", "transfer.amount"]Growth Factors:
Number of indexed events and attributes
Frequency of those events
Typical Behavior:
Can rival
application.dbin sizeRedundant attributes (e.g., full addresses, denoms, etc.) multiply size
Mitigation:
Reduce
index_eventsAvoid emitting attributes that aren't needed off-chain
Set
indexer = "null"for non-querying archival nodes
🚨 Troubleshooting
Note: Avoid modifying links or query parameters — all links in this document remain unchanged.
Last updated
Was this helpful?
