SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Redo smallest unique index logic for `delete_equal_row`

Open Centril opened this issue 11 months ago • 0 comments

Instead of using Ord for ColList, we'd be better of defining the order by the complexity of the index type, e.g., declaring that integer types are the simplest or some such.

Centril avatar Jan 09 '25 17:01 Centril