Problem: how to store and querry massive amounts of high quality sensor data ingested in real-time from many sensors.

Properties paramount for a TSMS: distribution; stream processing; compression; efficient retrieval; approximate query processing; extensibility;

Niche: we found no TSMS using multi-model compression for our survey; Also, the existing methods do not provide all the properties listed above. They either provide no latency guarantees [22, 40], require a trade-off between latency and compression [37], or limit the supported model types [22, 40]. ModelarDB, in contrast, provides all these features.

Architecture:  3 sets of components

data ingestion;

query processing

segment storage.

最新文章

  1. java基础算法之快速排序
  2. 准备上线,切换到master分支,报错
  3. GridView官方教程及示例
  4. 解决Deprecated: preg_replace(): The /e modifier is deprecated, use
  5. python2.7中使用mysql (windows XP)
  6. HTTP 返回时间 概念 TTFB..
  7. uva 10026 Problem C: Edit Step Ladders
  8. find the most comfortable road(并差集,找差值最小的权值)
  9. SQL编程之生日问题
  10. 异步执行Dos命令
  11. Linux 高可用(HA)集群基本概念详解
  12. oralce set
  13. RabbitMQ分布式消息队列服务器(一、Windows下安装和部署)
  14. JSON相关知识整理
  15. C++格式化输出浮点数
  16. maven仓库添加jar架包
  17. VS2012发布网站详细步骤问题
  18. 高性能mysql的事物隔离级别
  19. 如何获取微信小店小程序的AppID
  20. Confluence 6 色彩选择器展开的页面

热门文章

  1. 【Spring】bean的作用域(@Scope) - singleton、prototype
  2. SpringBoot 教程之发送邮件
  3. [开发技巧]·AttributeError: module 'pywt' has no attribute 'wavedec'解决方法
  4. js中div显示和隐藏钮为什么页面总是跳一下到最上面
  5. Uva10820 欧拉公式模板(求小于n且与n互素的数的个数)
  6. Java-出栈次序
  7. java遍历统计一个文件夹中所有文件单词出现次数
  8. jQuery笔记(六)jQuery之Ajax
  9. rownum按某字段排序查询
  10. [Python机器学习]机器学习概述