Skip to content

Conversation

@reshmabidikar
Copy link
Contributor

No description provided.

@reshmabidikar reshmabidikar marked this pull request as ready for review January 3, 2025 08:12
CREATE INDEX invoice_history_tenant_record_id ON invoice_history(tenant_record_id);
CREATE INDEX invoice_history_currency ON invoice_history(currency ASC);

CREATE INDEX invoice_history_account_record_id_record_id ON invoices(account_record_id, record_id);
Copy link
Member

Choose a reason for hiding this comment

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

Should be invoice_history?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Addressed in 51f5fe6.

@pierre pierre merged commit a6b6729 into killbill:master Jan 3, 2025
4 checks passed
@reshmabidikar reshmabidikar deleted the index-for-slow-invoice-load branch February 27, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants