About Me
Posted on
Edited on
Word count in article:
347
Reading time ≈
1 mins.
How I Enhanced Loki to Support Petabyte-Scale Log Queries
Posted on
Edited on
Word count in article:
2.9k
Reading time ≈
11 mins.
This post presents my approach to addressing the challenges of large-scale log queries in Loki, detailing the development, iteration, and implementation of the BBF index.
Background
Loki is Grafana’s open-source log aggregation system, designed with an “index-free” philosophy. This means it only indexes metadata (labels) of logs lightly, while storing log content directly without any indexing. This design offers several advantages:
Hello World
Posted on
Word count in article:
78
Reading time ≈
1 mins.
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment