|
|
|
|
|
by flukus
3446 days ago
|
|
My question would be "is searching worth optimizing for anyway?". Log files are typically only read when things go wrong or by automated systems where a few seconds here or there doesn't make much of a difference. Faster to search often means slower to write too, I'd prefer faster to write and slower to search if I had to choose. |
|