We already have btree and hash indicies but the hash index route for mutli column indices is not ideal to enfore the uniqueness invariant in a convenient way.
This would also be immensily usefull for procedural view primary keys because you could actually determine a pk for a subset of your data :>
Requested by @kistz via the SpacetimeDB site.
We already have btree and hash indicies but the
hashindex route for mutli column indices is not ideal to enfore the uniqueness invariant in a convenient way.This would also be immensily usefull for procedural view primary keys because you could actually determine a pk for a subset of your data :>
Requested by @kistz via the SpacetimeDB site.