Y
Hacker News
new
|
ask
|
show
|
jobs
by
rmbyrro
892 days ago
I'm not familiar with its inner workings, but if there were n WAL files, I'd expect the overhead to be a function of n.
1 comments
dspillett
891 days ago
Possibly a bad function of n (linear or worse) on IO systems based on traditional drives or dirt cheap SSDs, once IO becomes your main bottleneck (i.e. when you data no longer fits easily in RAM).
link