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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Akumuli – time-series database

12 点作者 chaotic-good超过 10 年前

2 条评论

misframer超过 10 年前
The wiki states that random reads are not needed for a time series database[0]. I think they are, at least for the use case I&#x27;m interested in.<p>Let&#x27;s say I have 1000 different metrics at 1-second resolution for a day. That&#x27;s 1000 * 86400 values. Now suppose I want to get the points for a single metric for the entire day. Won&#x27;t that require a scan of the entire data set (in other words, will this read 999 * 86400 values I&#x27;m not interested in)? How is this different from a table in an RDBMS that&#x27;s only indexed by a timestamp?<p>[0] <a href="https://github.com/akumuli/Akumuli/wiki/How-it-works" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;akumuli&#x2F;Akumuli&#x2F;wiki&#x2F;How-it-works</a>
评论 #8507784 未加载
fasteo超过 10 年前
Looks good. Is it deployed in production ? Any figures you may share ?
评论 #8505979 未加载