禁用 etcd 键值存储中的历史记录

发布于 2025-01-12 07:56:09 字数 136 浏览 0 评论 0原文

有什么办法可以禁用etcd中的历史记录保存吗?

我将使用 etcd 作为我的应用程序的 KV,并且不需要键值的历史记录。

当我搜索 etcd 时,我找不到有关禁用历史记录的信息。

我不想使用 etcd 中的压缩功能。

Is there any way to disable the history saving in etcd?

I am going to use etcd as KV for my app and I don't need history for the key values.

When I search etcd, I couldn't find about disabling the history.

I don't want to use the compacting feature in etcd.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很糊涂小朋友 2025-01-19 07:56:09

事件历史记录是 etcd 的一部分。

早在 2015 年,issue 4432 就承认了这一点(“考虑将事件移出etcd”):

事件占据了我们的 etcd 写入量的绝大多数,这导致了各种性能和稳定性问题。
我们可以考虑采用不同的事件传递机制。

但目前,这仍然由 etcd 管理。

在您的情况下,还有其他键值引用可能比 etcd 更容易管理。我使用 prologic/bitcask

Event history is part of etcd.

It was acknowledged, as far back as 2015 in issue 4432 ("Consider moving events out of etcd") that:

Events account for the overwhelming majority of our etcd write volume, which is causing a variety of performance and stability problems.
We could consider a different delivery mechanism for the events.

But for now, this is still managed by etcd.

There are other Key-Value referential which might prove simpler to manage than etcd in your case. I use prologic/bitcask.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文