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

feat: add index to update at #1200

Merged
merged 4 commits into from
Oct 23, 2023
Merged

feat: add index to update at #1200

merged 4 commits into from
Oct 23, 2023

Conversation

annielz
Copy link
Collaborator

@annielz annielz commented Oct 23, 2023

Description

Try fix slow sql by add index to update at.

Rationale

There are slow sql observed in testnet, which found out to be querying a sql related with object table and order by updated at. we figures adding index to update at column would help make the sql faster.

Example

N/A

Changes

Notable changes:

  • bsdb

Copy link
Contributor

@constwz constwz left a comment

Choose a reason for hiding this comment

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

LGTM

@annielz annielz changed the base branch from develop to master October 23, 2023 11:05
@ruojunm ruojunm merged commit 46aa119 into master Oct 23, 2023
10 of 11 checks passed
@ruojunm ruojunm deleted the fix-update-at-idx branch October 23, 2023 12:11
constwz pushed a commit that referenced this pull request Oct 31, 2023
* feat: add index to update at

* fix: syntax

* feat: add juno corresponding updates

* feat: update dependency to juno dev branch
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.

None yet

3 participants