etcd/Documentation/dev-guide
Iwasaki Yudai 6b775cd786 *: Add dbSizeInUse to StatusResposne
Existing dbSize shows physically allocated DB size and the backend
(boltdb) won't shrink it after a compaction until a user runs the defrag command.
The new dbSizeInUse shows the DB size that excludes free pages created
by compactions so that users can see the actual DB usage. dbSize >=
dbSizeInUse is always true.
Note that dbSizeInUse shows a page-based size and not byte level usage.
2018-02-01 12:15:23 -08:00
..
apispec/swagger *: Add dbSizeInUse to StatusResposne 2018-02-01 12:15:23 -08:00
api_concurrency_reference_v3.md *: regenerate proto 2018-01-26 11:21:40 -08:00
api_grpc_gateway.md Documentation/dev-guide: replace v3alpha with v3beta in grpc-gateway doc 2017-11-15 01:55:44 -08:00
api_reference_v3.md *: regenerate proto 2018-01-28 23:43:15 -08:00
experimental_apis.md docs: add ordering wrapper as experimental feature 2017-07-26 20:58:41 -07:00
grpc_naming.md grpc_naming.md: improve docs invoke grpc naming by balance 2017-10-18 19:15:52 +08:00
interacting_v3.md dev-guide: note v2 keys to v3 API incompatibility 2017-08-16 15:43:58 -07:00
limit.md Documentation/dev-guide: update "Request size limit" with v3.2.12 2018-01-18 12:25:22 -08:00
local_cluster.md dev-guide: clarify concepts in local_cluster doc 2017-07-07 09:28:08 -07:00