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

Fix rich indexer partial query by args performance issue #4484

Merged

Conversation

EthanYuan
Copy link
Collaborator

@EthanYuan EthanYuan commented Jun 17, 2024

What problem does this PR solve?

Problem Summary:

What is changed and how it works?

What's Changed:

  • use LIKE instead of position func for PostgreSQL to avoid performance issues
  • The README has been updated to emphasize the software and hardware requirements.

Check List

Tests

  • Unit test
  • Manual test

Release note

Title Only: Include only the PR title in the release note.

…dware capabilities are significantly limited. Under such conditions, executing complex queries concurrently can lead to prolonged table locking, which in turn increases the likelihood of insertion failures.
@EthanYuan EthanYuan requested a review from a team as a code owner June 17, 2024 03:33
@EthanYuan EthanYuan requested review from zhangsoledad and quake and removed request for a team June 17, 2024 03:33
@EthanYuan EthanYuan changed the title Fix rich indexer partial query byperformance Fix rich indexer partial query by args performance issue Jun 17, 2024
@zhangsoledad zhangsoledad added this pull request to the merge queue Jun 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 19, 2024
@zhangsoledad zhangsoledad added this pull request to the merge queue Jun 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 19, 2024
@zhangsoledad zhangsoledad added this pull request to the merge queue Jun 19, 2024
Merged via the queue into nervosnetwork:develop with commit 7db9023 Jun 19, 2024
31 checks passed
@EthanYuan EthanYuan deleted the fix-rich-indexer-partial-query branch July 26, 2024 05:16
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.

4 participants