Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
Description
When getting a value from DB, the value size is unknown when allocating a buffer. Currently, we set the exact capacity in buffer allocation and, if the capacity is too small, reallocate a new buffer. We should use an adjustable buffer and try to adjust the capacity if it is too small.
Attachments
Issue Links
- links to