#logsql — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #logsql, aggregated by home.social.
-
[Перевод] Как VictoriaLogs хранит логи в колоночной структуре
Если вы эксплуатируете VictoriaLogs, повседневная работа сводится к трём вещам: отправке логов, выполнению запросов и настройке срока хранения, чтобы не переполнить диск. Всё остальное незаметно происходит на диске. В этой статье мы проследим путь одной записи лога — от поступления в VictoriaLogs до окончательного размещения на диске . Это поможет представить, что происходит внутри системы, и понять наблюдаемое поведение: почему запросы выполняются быстро, почему на диске иногда появляется множество файлов и какие флаги и метрики важны при поиске неполадок. Статья рассчитана на широкую аудиторию : не требуется ни опыт программирования, ни знание Go. Тем, кто захочет разобраться глубже, первоисточником послужит исходный код VictoriaLogs.
https://habr.com/ru/articles/1067552/
#VictoriaLogs #колоночное_хранение #хранение_логов #сегменты_данных #блоки_данных #суточные_разделы #фильтры_Блума #сжатие_логов #LogsQL #индексация_логов
-
If you’re a developer getting started with @victoriametrics make sure to check out its rich playgrounds. I’ve put together a curated list with updated GitHub repos and docs: https://dev.to/didiviking/victoriametrics-playgrounds-any-dev-should-try-in-2026-44fm
#logsql #victoriametrics
#victorialogs #victoriatraces @victoriametrics -
📈 #LogsQL query language provides fast full-text search, advanced analytics, and data extraction/transformation at query time. Can be combined with Unix tools like grep, less, sort, and jq for log analysis.
🎯 Optimized for high cardinality fields like trace_id, user_id, and ip addresses. Supports logs with hundreds of fields (wide events), multitenancy, out-of-order ingestion, live tailing, and surrounding log context selection.
-
📊 #VictoriaLogs - Fast #opensource log database from #VictoriaMetrics using 30x less RAM & 15x less disk than #Elasticsearch and #Loki. Handles terabytes of logs efficiently with the powerful #LogsQL query language. Available in single-node and cluster mode. #observability #devops #logging
🧵 👇
-
Yeah, #logsql is kind of amazing. I haven't seen many be able to do join syntax for logs that makes sense.
I'm pretty sure #victorialogs is my logs server now. I'm having actual fun slicing through logs. Send help! 😅
https://docs.victoriametrics.com/victorialogs/logsql/#join-pipe
-
Also, doesn't help that I'm getting fairly quickly productive with its #logsQL. I more than familiar with #Loki and #ElasticSearch for these things, but #victorialogs really does feel a bit easy to understand how to query and filter.
Though once I have like a month with it, I will likely find the short cases that breaks this love and question why not use SQL. 😝