You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using etcd to maintain config data. On average the size of each value is a few hundred KB, but some large values can go up to a few MBs. Recently during our load testing we discovered that there is a 1.5 MB hard limit on the maximize value size for a given key. Can we make this limit configurable so we can possibly provide a different limit (slightly larger than 1.5 MB) if needed?
Our write qps is relatively low and it's okay if the requests are blocked when large keys are persisted.
The text was updated successfully, but these errors were encountered:
cc @xiang90
We've been using etcd to maintain config data. On average the size of each value is a few hundred KB, but some large values can go up to a few MBs. Recently during our load testing we discovered that there is a 1.5 MB hard limit on the maximize value size for a given key. Can we make this limit configurable so we can possibly provide a different limit (slightly larger than 1.5 MB) if needed?
Our write qps is relatively low and it's okay if the requests are blocked when large keys are persisted.
The text was updated successfully, but these errors were encountered: