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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What do you need from time-series database?

1 点作者 chaotic-good将近 10 年前
I&#x27;m developing a time-series database. My main use case is not monitoring but time-series data mining and I want to discuss some ideas behind it.<p>This TSDB should act as raw-data storage that can generate various useful representations of the original data (SAX, PAA, HWT, FFT, MA&#x2F;MM, etc).<p>For example, you can ask it to generate SAX representation from original data and use it to find motifs or discords or to answer 1-NN queries approximately. Maybe you&#x27;ll want to build index using Lucene or jMotif. But maybe SAX is not what you want and you need to index data in frequency domain or something else...<p>There is plenty of different indexing schemes and models for time-series data and I can&#x27;t implement just one or two of them. I&#x27;m planning to implement different preprocessing steps for this models instead. I think that this approach (store raw data, generate various representations) would be much more useful. What do you think about this?

暂无评论

暂无评论