Skip to content

Draft: Add an option to disable logging on sql tables while in massive sync

Eric Frias requested to merge disable-table-logging into develop

Something I wanted to benchmark. Logic says it should make writes faster, but there's also some time involved in dropping/re-adding logging. Not sure if it's a net win, and if so, if it's a big enough win to bother with. Just creating a MR so I don't forget about this code

Merge request reports