In v3 there is the array property chunk_key_encoding which, in its default form, requires that the separator is "." or "/". (In other incarnations that may presumably be any other (sequence of) token(s) that is inoffensive to the store. I personally like "αжنक日" very much as a chunk key separator.) One simple question:
- Shouldn't the
chunk_key_encoding property be a store-level property rather than an array property?
If the answer to that question is negative, then the consequence is that any store should support any allowable chunk_key_encoding (sequence of) character(s). Including arrays in a single store using different encodings. Otherwise, how to specify this at the store level?
In v3 there is the array property
chunk_key_encodingwhich, in itsdefaultform, requires that the separator is"."or"/". (In other incarnations that may presumably be any other (sequence of) token(s) that is inoffensive to the store. I personally like"αжنक日"very much as a chunk key separator.) One simple question:chunk_key_encodingproperty be a store-level property rather than an array property?If the answer to that question is negative, then the consequence is that any store should support any allowable
chunk_key_encoding(sequence of) character(s). Including arrays in a single store using different encodings. Otherwise, how to specify this at the store level?