Etcd: Question: Recommended storage limits

Created on 16 Jun 2015  路  5Comments  路  Source: etcd-io/etcd

I couldn't find anything on this other than this comment saying there are no enforced limits. Given there are no set limits, what is the _recommended_ value size limit, maximum number of keys and overall database limit? Like most, I use etcd for configuration, which is currently less than 10KB. How would etcd deal with 1K keys totalling 1MB? 1M keys at 1GB?

Most helpful comment

@yichengq

What are "recommended value size" and "overall database limit" for etcdv3 current release (v3.1.1)?

Please let me know if I should open a new issue for this.

All 5 comments

The recommended value size is < 1MB. As @xiang90 says, etcd targets at 'a consistent data store that serves small value', so we don't expect users will put large value into etcd.

the overall database limit is < 25MB. This is restricted by memory usage overhead(#2662, #2657) and slow snapshot recovery now. We are working hard at https://github.com/coreos/etcd/issues/2647 to improve this.

Thanks for the info @yichengq and keep up the good work :+1:

@yichengq

What are "recommended value size" and "overall database limit" for etcdv3 current release (v3.1.1)?

Please let me know if I should open a new issue for this.

What are "recommended value size" and "overall database limit" for etcdv3 current release (v3.1.1)?

I want to know this too

What are "recommended value size" and "overall database limit" for etcdv3 current release (v3.1.1)?

I want to know this too

https://coreos.com/etcd/docs/latest/dev-guide/limit.html

Was this page helpful?
0 / 5 - 0 ratings

Related issues

WanLinghao picture WanLinghao  路  4Comments

cheyang picture cheyang  路  3Comments

kghost picture kghost  路  4Comments

el10savio picture el10savio  路  4Comments

olalonde picture olalonde  路  4Comments