Open zoucao opened 1 year ago
Full-compaction: https://paimon.apache.org/docs/master/maintenance/read-performance/
+1 for this feature, actually we already return a RecordReader
. We can check this whether it is a ColumnarRecordReader/ConcatRecordReader
, and convert it to ColumnarBatch
.
I am willing to work for it, could you assign it to me?BTW, I suggest dividing the issue in two prs, one for append-only table, the other for primary-key table with full compaction.
I am willing to work for it, could you assign it to me?BTW, I suggest dividing the issue in two prs, one for append-only table, the other for primary-key table with full compaction.
Let's go~
Search before asking
Motivation
Now, we use the vectorized reader to read data from parquet and orc but send the InternalRow to downstream one by one. For append-only tables or primary-key tables with full compaction, we can send ColumnarBatch to accelerating ser/deser.
Solution
No response
Anything else?
No response
Are you willing to submit a PR?