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

How To Deal with Scalability Issue (the size of the data getting bigger) #2303

Open
arlandgoh opened this issue Dec 13, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@arlandgoh
Copy link

How we can deal with increasing number of records with same size of database? any API to delete the old data?

@arlandgoh arlandgoh added the enhancement New feature or request label Dec 13, 2024
@haydentherapper
Copy link
Contributor

Logs can be sharded over time - https://docs.sigstore.dev/logging/sharding/ - to keep the size of the log down. Entries can't be deleted as that breaks the integrity of the log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants