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

As a user, I want to delete a list of products in an efficient way #120

Open
josinde opened this issue Dec 10, 2024 · 2 comments
Open

As a user, I want to delete a list of products in an efficient way #120

josinde opened this issue Dec 10, 2024 · 2 comments
Assignees
Labels
needs:triage requirement the current issue is a requirement

Comments

@josinde
Copy link

josinde commented Dec 10, 2024

Checked for duplicates

Yes - I've already checked

πŸ§‘β€πŸ”¬ User Persona(s)

Node operator

πŸ’ͺ Motivation

Deletion is done through the registry-manager tool (v5.0.3). Deleting a single product from the psa-registry index is taking between 10-15 seconds. Should be great to speed up this process as we foresee the need to deleted between hundred or thousands of products monthly.

Note that a possible improvement here could be the implementation of the issue #77

πŸ“– Additional Details

No response

Acceptance Criteria

Given
A list of products to be deleted
When I perform
The deletion of these products
Then I expect
A response in few seconds covering all the products in the list

βš™οΈ Engineering Details

No response

πŸŽ‰ I&T

No response

@josinde josinde added needs:triage requirement the current issue is a requirement labels Dec 10, 2024
@jordanpadams
Copy link
Member

@josinde we will see what we can do. unfortunately, our tech stack has some limitations when using the delete function, but we will see if there are any performance improvements we can tinker with.

@josinde
Copy link
Author

josinde commented Dec 12, 2024

@jordanpadams Understood. Let us know what can be done and we'll find a workaround if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:triage requirement the current issue is a requirement
Projects
None yet
Development

No branches or pull requests

2 participants