Skip to content

Store versus array properties #366

Description

@pvanlaake

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions