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

[ENHANCEMENT] Improve RDS cluster search latency while indexing large datasets #65

Open
1 of 2 tasks
JeremyJonas opened this issue Oct 28, 2023 · 2 comments
Open
1 of 2 tasks
Labels
backlog Backlog enhancement New feature or request

Comments

@JeremyJonas
Copy link
Contributor

Describe the feature

When performing tasks like indexing on large dataset (1.6M rows) takes 20-30 minutes the complete (without concurrently), and the drastically slows down query/app response times (reader). We have concurrently enabled, but that causes the indexing task to take even longer.

Investigate the right setup for RDS Cluster writer/reader configs

  • should we have separate writer and reader definitions on the cluster?
  • Create read-only proxy endpoint? Does that need separate reader on cluster or does cluster manage that already?

References:

Use Case

Indexing large dataset (>1M rows) without degrading the search performance.

Proposed Solution

  • add "reader(s)" to cluster
  • add "read-only" endpoint to proxy (inference engine should use this)

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
Copy link

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

@github-actions github-actions bot added the stale label Dec 27, 2023
Copy link

github-actions bot commented Jan 3, 2024

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

@github-actions github-actions bot closed this as completed Jan 3, 2024
@JeremyJonas JeremyJonas added enhancement New feature or request backlog Backlog and removed stale labels Jan 29, 2024
@JeremyJonas JeremyJonas reopened this Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant