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

Use UNION on from/to for account transfers #80

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

0237h
Copy link
Collaborator

@0237h 0237h commented Jan 20, 2025

Optimize usage of Clickhouse table indexes.

Improvements for single query to account/transfers

--- Account Transfers
@@ -81,8 +80,8 @@
 
 	"statistics":
 	{
-		"elapsed": 0.300330458,
-		"rows_read": 549820167,
-		"bytes_read": 10760589884
+		"elapsed": 0.02118224,
+		"rows_read": 275190,
+		"bytes_read": 19001445
 	}
 }

Optimize usage of Clickhouse table indexes
@github-actions github-actions bot added the bug Something isn't working label Jan 20, 2025
@0237h 0237h merged commit cb436aa into main Jan 20, 2025
2 checks passed
@0237h 0237h deleted the fix/use-union-for-transfers branch January 20, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant