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

NFT transfers refactor #4072

Merged
merged 13 commits into from
Aug 22, 2023
Merged

NFT transfers refactor #4072

merged 13 commits into from
Aug 22, 2023

Conversation

aalan3
Copy link
Contributor

@aalan3 aalan3 commented Aug 14, 2023

This PR is based on #4050.

I've removed the unique_transfer_id I updated unique_transfer_id as this column is quite big and can impact performance of the run. I also removed the anti join, trino should be able to handle this on it's own during merge into.

@jeff-dude
Copy link
Member

failures on CI here are just due to your branches being out of date with main, rebasing should fix

@jeff-dude jeff-dude self-assigned this Aug 14, 2023
@jeff-dude jeff-dude added the NFT label Aug 14, 2023
Base automatically changed from denormalization-base to main August 16, 2023 15:07
@aalan3 aalan3 requested a review from jeff-dude August 22, 2023 11:38
@aalan3
Copy link
Contributor Author

aalan3 commented Aug 22, 2023

nft_transfers is still not as fast as it could be, there's something that I don't understand about the performance here. But hopefully this is still an improvement.

@aalan3 aalan3 merged commit 9996fb1 into main Aug 22, 2023
3 checks passed
@aalan3 aalan3 deleted the nft-transfers-performance branch August 22, 2023 15:06
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants