nexus
nexus copied to clipboard
Cached model keys: use a non-collidable hash for non-int64 and composite primary keys
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.