Hi Everyone, We want to impose limits on the size of keys and values for map indexes. See the RFC for full details - https://github.com/apache/couchdb-documentation/pull/410
The question I have is what is the best user experience if the user does exceed the key or value limit? Option A - Do not index the key/value and log the error Option B - Throw an error and don't build the index Option C - Any other ideas? Cheers Garren