Skip to content

What to do about value size limits? #7

@ncthbrt

Description

@ncthbrt

Many kv stores have quite low limits for data size per row. For example Cloudflare's Durable Objects only can store a max of 128 KiB per row. I'm not sure how to solve for this other than breaking up the data present in the document into multiple rows.

It would be interesting to look at from a design perspective whether this problem would be best solved by the protocol, or whether this should be only a consideration for the implementors of the trait.

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