Skip to content

Implement value conversions that spread out over multiple columns #31234

Open

Description

Multi-column value conversions were initially tracked by #13947 as a way to enable value objects, but we decided to instead implement them using complex types.

This issue tracks using value conversions as an alternative to complex types.

Pros

  • How properties decompose into columns is more flexible (e.g. two properties can be stored in one column or viceversa)

Cons

  • Opaque to queries (i.e. individual properties participating in a multi-column value conversion can't be used in conditions or projections)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions