The effect of the length of (sub)database names on the speed of the library #214
-
Hi! How do the names of (sub)databases (opened with db.openDb...) affect their performance (within a small margin of error, or seriously enough that it makes sense to name them as short as possible)? Especially interested in the effect on read speed. In my scenario, names can be up to ~100 characters long (several combined uuid). Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
LMDB has pretty good performance with that size of key, so I would not expect 100 character database names to be a performance issue. |
Beta Was this translation helpful? Give feedback.
LMDB has pretty good performance with that size of key, so I would not expect 100 character database names to be a performance issue.