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

improve "extract" performance #1569

Open
wants to merge 66 commits into
base: main
Choose a base branch
from
Open

improve "extract" performance #1569

wants to merge 66 commits into from

Conversation

kyscott18
Copy link
Collaborator

@kyscott18 kyscott18 commented Feb 27, 2025

Closes #1572 #1576 #1358

.execute()
.then((r) => r.map((r) => r.fragment_id as FragmentId));

const fragmentIdsToDelete: FragmentId[] = [];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer ILIKE SQL query

address: trace.trace.from,
blockNumber: number,
childAddresses: fromChildAddresses!,
})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't there be a === false here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants