Max key length is hardcoded to Byte.MAX_VALUE
(127)
#26
Labels
duplicate
This issue or pull request already exists
Byte.MAX_VALUE
(127)
#26
HaloDBInternal.put has a hard check of the key length: https://github.com/yahoo/HaloDB/blob/master/src/main/java/com/oath/halodb/HaloDBInternal.java#L188
Is there a hard limit of 127 bytes on keys by design? Or is it intended to have longer keys using the
fixedKeySize
option? Currently it seems to be ignored altogether.The text was updated successfully, but these errors were encountered: