Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Rewards] Optimize publisher prefix list storage #43926

Closed
zenparsing opened this issue Feb 12, 2025 · 1 comment
Closed

[Rewards] Optimize publisher prefix list storage #43926

zenparsing opened this issue Feb 12, 2025 · 1 comment

Comments

@zenparsing
Copy link

zenparsing commented Feb 12, 2025

Currently, the SQLite database publisher_info_db is used to store the publisher ID prefixes downloaded from the private CDN. These prefixes (4 to 32 byte lengths are supported) are used to perform a quick check to determine whether a given publisher ID might registered with the creators system. Using a database for storing these prefixes is resource-intensive, and other options should be explored.

@zenparsing
Copy link
Author

Duplicate of #43994

@zenparsing zenparsing marked this as a duplicate of #43994 Feb 14, 2025
@zenparsing zenparsing added the closed/duplicate Issue has already been reported label Feb 14, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant