TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Quickwit – Cost-Efficient OSS Search Engine for Observability

1 pointsby francoismassotover 1 year ago
Hi HN, I’m one of the builders of Quickwit, a cloud-native OSS search engine for observability. As of 2023, we support logs and traces, metrics will come in 2024.<p>You know the pitch: while software like Datadog or Splunk are great, they often comes with hefty price tags. Our mission is to offer an affordable alternative. So we’ve built Quickwit, we’ve made it compatible with the observabilty ecosystem (OpenTelemetry, Jaeger, Grafana) and above all, we’ve made it cost-efficient &#x2F; “easy” to scale (well it’s never easy to scale to petabytes..).<p>To give you a glance at the engine performance I made a benchmark on the GitHub Archive dataset, 23 TB of events, here are the main observations:<p>Indexing: costs $2 per ingested TB. With 4CPU, throughput is at 20MBs However, you&#x27;ll observe &gt; 30MB throughput on simpler datasets, like logs and traces.<p>Search: a typical query costs $0.0002 per TB (considering both CPU time and GET request costs). Using 8CPU, a simple query on 23TB is achieved in under a second.<p>Storage: on S3, it costs $8 per ingested TB per month on the GitHub Archive dataset. With logs and traces, you might see costs around $5&#x2F;ingested TB due to a 2x better compression ratio.<p>I&#x27;m eager to get your thoughts on this!<p>Benchmark: <a href="https:&#x2F;&#x2F;quickwit.io&#x2F;blog&#x2F;benchmarking-quickwit-engine-on-an-adversarial-dataset" rel="nofollow noreferrer">https:&#x2F;&#x2F;quickwit.io&#x2F;blog&#x2F;benchmarking-quickwit-engine-on-an-...</a><p>Github repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;quickwit-oss&#x2F;quickwit&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;quickwit-oss&#x2F;quickwit&#x2F;</a><p>Website: <a href="https:&#x2F;&#x2F;quickwit.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;quickwit.io&#x2F;</a>

no comments

no comments