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
|
dd62a2b9d6
|
lib/logstorage: work-in-progress
|
2024-06-27 14:21:03 +02:00 |
|
Aliaksandr Valialkin
|
ce5e4c842a
|
lib/logstorage: fix golangci-lint warnings
|
2024-05-26 02:02:41 +02:00 |
|
Aliaksandr Valialkin
|
03fe4c8963
|
lib/logstorage: work-in-progress
|
2024-05-25 21:36:24 +02:00 |
|
Aliaksandr Valialkin
|
582e7d5439
|
lib/logstorage: work-in-progress
|
2024-05-20 04:09:15 +02:00 |
|
hagen1778
|
84a896cd6e
|
lib/logstorage: make linter happy
Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit 17283fab6c )
|
2024-05-13 16:49:37 +02:00 |
|
Aliaksandr Valialkin
|
147704aab0
|
lib/logstorage: initial implementation of pipes in LogsQL
See https://docs.victoriametrics.com/victorialogs/logsql/#pipes
|
2024-05-12 16:36:01 +02:00 |
|