TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

gauged: a time series database

22 点作者 chrisohara大约 11 年前

2 条评论

otterley大约 11 年前
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 未加载
rlpb大约 11 年前
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?