Skip to content
Snippets Groups Projects
Commit 8a0c586c authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

vinyl: delete run files in single coio call

Currently, vy_run_remove_files calls coio several times under the hood -
once per each run file and data directory. Apart from being inefficient,
this also prevents us from adding some extra logic for thorough file
deletion. So let's perform all the operations in a single coio call.

Needed for tarantool/tarantool-ee#540

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent 8e60908e
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