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: Akumuli – time-series database

12 pointsby chaotic-goodover 10 years ago

2 comments

misframerover 10 years ago
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 未加载
fasteoover 10 years ago
Looks good. Is it deployed in production ? Any figures you may share ?
评论 #8505979 未加载