Apologies if this belongs in the vulcanizedb repo, but I think it's worthwhile to add an index on public.headers.block_timestamp in postgres. I'm performing time-based queries on the data and needed to add this index for performance reasons. This seems like a common enough use case to be added as a default.
Apologies if this belongs in the vulcanizedb repo, but I think it's worthwhile to add an index on
public.headers.block_timestampin postgres. I'm performing time-based queries on the data and needed to add this index for performance reasons. This seems like a common enough use case to be added as a default.