VictoriaMetrics/lib
Aliaksandr Valialkin e4e14697fa
lib/logstorage: improve performance for stream_context pipe over streams with big number of log entries
Do not read timestamps for blocks, which cannot contain surrounding logs.
This should improve peformance for https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6730 .

Also optimize min(_time) and max(_time) calculations a bit by avoiding conversion
of timestamp to string when it isn't needed.
This should improve performance for https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7070 .
2024-09-26 22:31:05 +02:00
..
appmetrics
auth
awsapi
backup
blockcache
bloomfilter
bufferedwriter
buildinfo
bytesutil
cgroup lib/cgroup: round GOMAXPROCS to the lower integer value of cpuQuota 2024-09-23 16:11:59 +02:00
consts
contextutil lib/contextutil: make golanci-lint happy by substituing unused function arg name with _ 2024-09-26 17:07:25 +02:00
decimal
encoding
envflag
envtemplate
envutil
fastnum
fasttime
filestream
flagutil
formatutil
fs
handshake
htmlcomponents
httpserver
httputils app/vlinsert: support _time field without timezone information during data ingestion 2024-09-26 12:50:14 +02:00
influxutils
ingestserver
leveledbytebufferpool
logger lib/logger: increase default value of -loggerMaxArgLen cmd-line fla… (#7008) 2024-09-19 15:48:09 +02:00
logstorage lib/logstorage: improve performance for stream_context pipe over streams with big number of log entries 2024-09-26 22:31:05 +02:00
lrucache
memory
mergeset
metricsql
netutil
persistentqueue
procutil
promauth
prompb
prompbmarshal
promrelabel
promscrape lib/promscrape: make linter happy 2024-09-24 16:58:17 +02:00
promutils app/vlinsert: support _time field without timezone information during data ingestion 2024-09-26 12:50:14 +02:00
protoparser
proxy
pushmetrics
querytracer
ratelimiter
regexutil
slicesutil
snapshot
storage lib/storage: restore ability to put empty metric ID list into tagFiltersToMetricIDsCache (#7064) 2024-09-20 17:38:56 +02:00
streamaggr
stringsutil
syncwg
tenantmetrics
timerpool
timeutil app/vlinsert: support _time field without timezone information during data ingestion 2024-09-26 12:50:14 +02:00
uint64set
vmselectapi
workingsetcache
writeconcurrencylimiter