You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: align partitioning strategy with LIST by chain_id
Update database schema documentation to use LIST partitioning by chain_id
instead of TimescaleDB time-based partitioning, aligning with the primary
nonce-based query pattern.
Changes:
- Replace partition examples with LIST by chain_id approach
- Add nonce-based indexes as primary access pattern
- Add time-based indexes as secondary (for export endpoint)
- Emphasize partition-specific indexes for high-volume chains
0 commit comments