To make the history_contract_events table more performant, we want to move diagnostic events and system events into a new table history_diagnostic_events
This table will have the exact same schema and transform as the existing stellar-etl extract contract events command. We should just add an event type filter within the transform and pass the events to emit in a transform through a new parameter
To make the history_contract_events table more performant, we want to move diagnostic events and system events into a new table
history_diagnostic_eventsThis table will have the exact same schema and transform as the existing stellar-etl extract contract events command. We should just add an event type filter within the transform and pass the events to emit in a transform through a new parameter