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

Add new table to reduce agent list query time #9058

Open
intr3p1d opened this issue Jul 20, 2022 · 0 comments · May be fixed by #9059
Open

Add new table to reduce agent list query time #9058

intr3p1d opened this issue Jul 20, 2022 · 0 comments · May be fixed by #9059

Comments

@intr3p1d
Copy link
Contributor

Which module is your feature request related to?
web, collector

Is your feature request related to a problem?
Inside the pinpoint, we frequently get the list of the active agents.
Currently we make only a row of all agents list of the application.
If the number of (especially inactive) agents increase, query cost increases to check each agent status.

Describe the solution you'd like
To reduce such query time, Add new table with new form of rowkey : applicationName + timestamp (rounded).
The ultimate goal is to replace ApplicationIndex Table, but currently, leave the table and add new table with new logic.

@intr3p1d intr3p1d self-assigned this Jul 20, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Jul 20, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Jul 20, 2022
@intr3p1d intr3p1d linked a pull request Jul 20, 2022 that will close this issue
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Jul 20, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Jul 25, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 3, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 3, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 3, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 12, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 12, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 12, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 12, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 24, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 24, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 24, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Sep 19, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Nov 1, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Nov 1, 2022
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Jul 26, 2023
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Jul 27, 2023
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 23, 2023
intr3p1d added a commit to intr3p1d/pinpoint that referenced this issue Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant