Replies: 1 comment
-
Page size is limited to 8192 bytes for performance reasons. I also tried doubling the page size, but the Insert() and Find() functions became very slow, so I gave up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The LiteDB is limited to use 8000 byte for the collection name and also used for the HeaderPage buffer size.
Can you explain, why was limited for this value? Why was decided to have this limit?
Beta Was this translation helpful? Give feedback.
All reactions