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.

gauged: a time series database

22 pointsby chrisoharaabout 11 years ago

2 comments

otterleyabout 11 years ago
Interesting storage method; I like it. Some notes:<p>- A MySQL backend should be very fast, but scaling it into multiple shards will have to be an exercise for the user. Perhaps CitusDB (PostgreSQL compatible) could be useful here.<p>- Metrics cannot be tagged. This will make it useless for any sort of rollups or breakdowns (&quot;give me the sum of requests over my servers in the XYZ data center&quot;; &quot;give me the requests for each server in the XYZ data center by hostname&quot;).<p>The second issue in particular needs attention before it can complete with enterprise-grade metrics solutions such as Datadog.
评论 #7427224 未加载
rlpbabout 11 years ago
I&#x27;d love to see an honest comparison against RRDtool. You mention it once in &quot;Support for sparse data (unlike the fixed-size RRDtool)&quot;.<p>What are the other advantages, disadvantages and trade-offs?