Aliaksandr Valialkin
|
1ea65d662f
|
lib/logstorage: properly reset cached output fields for extract and extract_regexp pipes after the log entry matches if(...) condition
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7162
(cherry picked from commit c5d08d317c )
|
2024-10-31 14:11:08 +01:00 |
|
Aliaksandr Valialkin
|
b74bcb7886
|
lib/logstorage: properly cache replace() and replace_regexp() results for identical adjacent field values
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7162
(cherry picked from commit 2e635a42d8 )
|
2024-10-31 14:11:08 +01:00 |
|
Aliaksandr Valialkin
|
246c339e3d
|
lib/logstorage: read timestamps column when it is really needed during query execution
Previously timestamps column was read unconditionally on every query.
This could significantly slow down queries, which do not need reading this column
like in https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7070 .
|
2024-09-25 19:18:37 +02:00 |
|
Aliaksandr Valialkin
|
540bbb63a2
|
lib/logstorage: work-in-progress
|
2024-05-30 16:19:36 +02:00 |
|
Aliaksandr Valialkin
|
03fe4c8963
|
lib/logstorage: work-in-progress
|
2024-05-25 21:36:24 +02:00 |
|