Skip to content

[pixels-presto] support concurrent read. #172

@bianhq

Description

@bianhq

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 workingenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions