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

Perf: Add index to database to help calculating unaggregated fees in tap-agent #1027

Open
gusinacio opened this issue Oct 16, 2024 · 0 comments
Labels
p1 perf Issues related to performance TAP

Comments

@gusinacio
Copy link
Member

CREATE INDEX idx_scalar_tap_receipts_allocation_signer_timestamp_cast
ON scalar_tap_receipts ((allocation_id::text), (signer_address::text), timestamp_ns);
@gusinacio gusinacio added p1 TAP perf Issues related to performance labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 perf Issues related to performance TAP
Projects
Status: 🗃️ Inbox
Development

No branches or pull requests

1 participant