tarantool / ddl

The DDL module enables you to describe data schema in a declarative YAML-based format.
BSD 2-Clause "Simplified" License
12 stars 6 forks source link

Basic fieldno path support for indexes #109

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

It is the compatibility layer for Tarantool spaces created not through ddl: users are not encouraged to create fieldno path indexes in ddl schema explicitly, since we do not support them as sharding keys.

Closes #108