Skip to content

Add index to fevm_transactions and fevm_traces #1260

Open
@birdychang

Description

@birdychang
CREATE INDEX IF NOT EXISTS fevm_transactions_from_idx ON visor.fevm_transactions USING BTREE ("from");
CREATE INDEX IF NOT EXISTS fevm_transactions_to_idx ON visor.fevm_transactions USING BTREE ("to");
CREATE INDEX IF NOT EXISTS fevm_traces_from_idx ON visor.fevm_traces USING BTREE ("from");
CREATE INDEX IF NOT EXISTS fevm_traces_to_idx ON visor.fevm_traces USING BTREE ("to");

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions