Implement constraints on what data a tuple can contain

Registered by Kostja Osipov

A tuple can be stored in more compact form if, for example, we know that all fields in it are 4-byte ints.
Provide user with a way to specify it, and use such constraints to speed up storage and update.

Another case of a desirable constraint is when it's necessary to require that all or part of fields in a tuple are unique.
This can be useful if we want to store a set or a unique queue in a tuple.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

This is msgpack

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.