Results 2 comments of Pan

> Execute `Rdb_sst_info::commit_sst_file` in dedicated threads, this improves performance: > > 1. `Rdb_sst_file_ordered::commit` may use stack to reverse input data, this is time consuming > > 2. `m_sst_file_writer->Finish` may be...

> 1. In `Rdb_sst_file_ordered::commit()`, if `m_use_stack` is true, it will write kv from stack. > > 2. In `Rdb_sst_file_ordered::Rdb_sst_file::commit()`, it calls `m_sst_file_writer->Finish()`, in which will write file and call fsync....