HarperFast / HarperFast/harper
Hash long URLs into primary key for cache table storage efficiency
Open
area:storage
enhancement
from-jira
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 10
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 200
Description
## Request
For caching use cases, URLs used as primary keys can be very long, increasing storage overhead and comparison cost. Hashing the URL before storing it as the primary key would reduce key size and improve cache table performance.
🤖 Filed by Claude on behalf of Kris.
Contributor guide
Assessment
This issue has not been assessed yet.