Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add index to fevm_transactions and fevm_traces #1260

Open
birdychang opened this issue Aug 30, 2023 · 1 comment
Open

Add index to fevm_transactions and fevm_traces #1260

birdychang opened this issue Aug 30, 2023 · 1 comment
Assignees

Comments

@birdychang
Copy link
Contributor

birdychang commented Aug 30, 2023

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");
@birdychang
Copy link
Contributor Author

@Terryhung this is done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants