You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why tmp_file is needed before persistence? I don't see any reason to use the tmp files, which seems like a redundant step.
If we write the data from BufferObj.file_worked_ into memory and then persist them directly without tmp_file, we can reduce the reading and writing from tmp files to obj.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Why tmp_file is needed before persistence? I don't see any reason to use the tmp files, which seems like a redundant step.
If we write the data from BufferObj.file_worked_ into memory and then persist them directly without tmp_file, we can reduce the reading and writing from tmp files to obj.
infinity/src/storage/buffer/file_worker/file_worker.cpp
Lines 43 to 73 in 861c142
Beta Was this translation helpful? Give feedback.
All reactions