[ 
https://issues.apache.org/jira/browse/FLINK-27517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zheng Hu updated FLINK-27517:
-----------------------------
    Fix Version/s: table-store-0.2.0

> Introduce rolling file writer to write one record each time for append-only 
> table.
> ----------------------------------------------------------------------------------
>
>                 Key: FLINK-27517
>                 URL: https://issues.apache.org/jira/browse/FLINK-27517
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Zheng Hu
>            Priority: Major
>             Fix For: table-store-0.2.0
>
>
> Currently,  we table store has introduced a `RollingFile` to write an 
> iterator of rows into the underlying files.  That's suitable for the memory 
> store flush processing, but for append-only table, it usually don't have any 
> memory store to cache those branch of rows temporarily, the idea approach is 
> writing one record into the columnar writer each time, and the columnar 
> writer will cache them  and write into the underlying file in one batch.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to