(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=43387834

HPKV.io 是一款新型的专有键值存储数据库,声称其性能比 Redis 快 2 到 6 倍,同时提供磁盘持久化功能。经过一年的开发,它通过定制的文件系统以及优化的批量写入和预测读取来实现这一速度。 除了基本的键值操作外,HPKV 还提供原子增量/减量、原子 JSON 修补、范围扫描以及一个独特的基于 WebSockets 的键监控(发布-订阅)系统。此发布-订阅功能允许将实时更新直接推送到前端应用程序,无需后端服务器管理,并通过避免 API 密钥泄露来增强安全性。 HPKV 提供 REST、WebSocket 和 RIOC API。目前仅提供免费层级,但可根据请求提高限制。我们提供了文档、一篇关于实时发布-订阅的博文以及与 Redis 的基准测试比较结果。


原文
Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: A bi-directional, persisted KV store that is faster than Redis (hpkv.io)
11 points by mehrant 2 hours ago | hide | past | favorite | 1 comment
we've been working on a KV store for the past year or so which is 2-6x faster than Redis (benchmark link below) yet disk persisted! so you get the speed of in-memory KV stores but with disk persistence. To achieve this we've created our custom filesystem that is optimized for our special usecase and we're doing smart batching for writes and predictive fetching for reads.

In addition to basic operations, it also provides atomic inc/dec, atomic json patch, range scans and a unique key monitoring mechanism (pub-sub) over WebSockets which essentially allows you to receive notification on registered key changes directly from the KV store. so for example in a realtime web application, you can receive notifications directly in your front-end, with no back-end implementation (no WebSocket server management, no relay etc.) and still be secure and not expose your API keys on front-end. We have REST, WebSocket and RIOC API and we can't wait to hear your feedback.

We're only providing the free tier for now but let us know and we can increase the limits for you, if have a specific case. please either send us an email to [email protected] or use http://hpkv.io/contact if you prefer that way.

sign up: http://hpkv.io/signup

documentation: http://hpkv.io/docs

realtime pub-sub: http://hpkv.io/blog/2025/03/real-time-pub-sub

benchmark vs Redis: http://hpkv.io/blog/2025/02/redis-vs-hpkv-benchmark

looking forward to hear your feedback :)











Does not appear to be open-source.






Join us for AI Startup School this June 16-17 in San Francisco!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact



Search:
联系我们 contact @ memedata.com