You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation: Earlier we were conservative about our key-size since
it is easier to increase but difficult to increase in backward
compatible fashion. Now with introduction of sub_namespace and
directly allowing upto 360char keys in LDK, we need support for
longer key lengths.
* We use varchar over text as it is sql standard
and can be indexed in all sql-implementations while limiting
key size.
* LDK can have keys of length up to 362(120*3+2), we use
600 as a safe limit with some buffer and considering applications
other than LDK.
0 commit comments