Skip to content
Snippets Groups Projects
Commit 2b7efc1e authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Konstantin Osipov
Browse files

vinyl: introduce vy_run_writer

vy_run_writer incapsulates logic of writing statements to a run.
It provides API to write statements one by one. It is needed so
that we can abort a run writing task before waiting for it to
finish writing the file.

Edited by @locker:
 - add region_truncate() wherever necessary
 - do not reallocate row index ibuf for each page
 - remove vy_run_write(), use vy_run_writer directly instead

Needed for #3166
parent 195d4462
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment