-
Notifications
You must be signed in to change notification settings - Fork 381
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
Is there an existing issue for the same feature request?
- I have checked the existing issues.
Is your feature request related to a problem?
Unnecessary data copy from `ColumnBuffer` to `ColumnVector`
Describe the feature you'd like
Read from file to ColumnVector
Remove ColumnBuffer
.
- Add interface
GetColumnVector
inBlockColumnEntry
, which load the column of entry from disk. The data lifetime of returned column vector is managed by buffer_manager. Varchar
type useFixHeapManager
to allocate and read/load chunk. One chunk is mapped to one outline file on disk.
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request