nexus icon indicating copy to clipboard operation
nexus copied to clipboard

Cached model keys: use a non-collidable hash for non-int64 and composite primary keys

Open jfilby opened this issue 2 years ago • 0 comments

Right now the cached model key is whatever type of the primary key is. Composite primary keys use tuples.

This could be inefficient for non-int64 primary keys.

jfilby avatar Jul 27 '22 09:07 jfilby