-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Milestone
Description
PageSource is used to get pages concurrently in Presto, so the Page objects generated by PageSource should not share the same set of column blocks. Otherwise, the consecutively generated Pages will be overwritten and thus have the same content.
However, using different blocks for pages will introduce more GC overhead. We try to support concurrent read without increasing the GC burden in this issue. A possible solution is to use the RecordCursor.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request