| ▲ | buggjenrmf 20 hours ago | |
So, it costs perf every time it’s read, instead of when it’s written (once). And of course has a lot of overhead to store metadata. Bad design. As usual. | ||
| ▲ | kubelsmieci 19 hours ago | parent [-] | |
Most logs are probably never read, but nevertheless should be written (fast) for unexpected situations when you will later need them. And logging have to be fast, and have minimal performance overhead. | ||