Released at 2025-09-11
-
FEATURE: LogsQL: optimize queries containing
| offset X | limit Y
for VictoriaLogs cluster. It also improves performance of queries in vmui and Grafana when retrieving sorted logs. See #620. -
BUGFIX:
/select/logsql/query
endpoint: properly optimize the query execution when thelimit
query arg is set, while theoffset
query arg isn't set. It wasn't addressed properly in v1.33.0. See #620. -
BUGFIX:
/select/logsql/hits
endpoint: take into account results from theunion
pipe while calculating log hits. See #641. -
BUGFIX:
/select/logsql/hits
endpoint: take into account results from thejoin
pipe while calculating log hits. -
BUGFIX: Syslog data ingesting: keep nanosecond precision when parsing RFC3339 timestamp. See #303.