From 3e6426198f6ca3e84ffd21c115d239677c07fcdc Mon Sep 17 00:00:00 2001 From: tangcong Date: Sun, 12 Apr 2020 00:35:12 +0800 Subject: [PATCH] CHANGELOG: update for 11779 --- CHANGELOG-3.5.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index de995339a..b258de30c 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -102,6 +102,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - [Refactor consistentindex](https://github.com/etcd-io/etcd/pull/11699). - [Add log when etcdserver failed to apply command](https://github.com/etcd-io/etcd/pull/11670). - Improve [count-only range performance](https://github.com/etcd-io/etcd/pull/11771). +- Remove [redundant storage restore operation to shorten the startup time](https://github.com/etcd-io/etcd/pull/11779). + - With 40 million key test data,it can shorten the startup time from 5 min to 2.5 min. ### Package `embed`