Skip to content

Commit acbfbb4

Browse files
committed
frontend: minor change
1 parent ee25f1e commit acbfbb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/app/doc/tip/why.component.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ <h2><a href="/doc/{{version.etcdVersionURL}}/why#use-case-kubernetes">Use Case:
7979
<div id="when-not-to-use"></div>
8080
<h2><a href="/doc/{{version.etcdVersionURL}}/why#when-not-to-use">When Not to Use etcd</a></h2>
8181
<p>
82-
etcd is designed for storing small chunks of data: configuration file, JSON, YAML, etc. etcd limits the size of one request in 1.5MB (see <a href="https://github.com/coreos/etcd/blob/master/etcdserver/v3_server.go#L34-L38" target="_blank"
83-
class="code-link">maxRequestBytes</a>). And default storage size limit is 2GB (see <a href="https://github.com/coreos/etcd/blob/master/mvcc/backend/backend.go#L46-L53" target="_blank" class="code-link">DefaultQuotaBytes</a>). These
84-
are the tradeoffs that etcd makes for strong consistency. So if you need higher availability or bigger storage size, etcd might not be the option.
82+
etcd is designed for storing small chunks of mission critical data: configuration file, JSON, YAML, etc. etcd limits the size of request in 1.5MB (see <a href="https://github.com/coreos/etcd/blob/master/etcdserver/v3_server.go#L34-L38"
83+
target="_blank" class="code-link">maxRequestBytes</a>). And default storage size limit is 2GB (see <a href="https://github.com/coreos/etcd/blob/master/mvcc/backend/backend.go#L46-L53" target="_blank" class="code-link">DefaultQuotaBytes</a>).
84+
These are the tradeoffs that etcd makes for strong consistency. So if you need higher availability or bigger storage size, etcd might not be the option.
8585
</p>
8686

8787
<br><br>

0 commit comments

Comments
 (0)