Hi all, In current data import ways,users generally use StreamLoad to push real-time data to Doris, which need to buffer multiple records in the client side, and then send them to Doris together. It is pretty complex for users.
We propose to buffer the data in the server side(BE) and commit automatically so that it is transparent to users and users can insert records row by row. I'll add detailed design later.