LucidDB 备忘
吕高雅
2023-12-01
[size=large]
http://en.wikipedia.org/wiki/Column-oriented_DBMS
在wiki上看按列存储的数据库,看到了LucidDB
然后google一下,发现了一个不错的blog和一个很好的文章
http://www.gemini5201314.net/?p=170
LucidDB (http://www.luciddb.org/) 将是今天最后一个介绍的数据库, 它强调自己是第一个也是唯一一个只为数据仓库目的建造的数据库,同样也有 列储存,bitmap indexing , hash join/aggregation 等常见数据仓库技术, 新版中强调在线热备份和基于时间点的快照功能, 另外一个最大的特色就是和开源的商业智能厂商之间有很好的合作, 像是开源ETL工具中的kettle 和talend 都有其插件帮助装载数据, 还有pentaho 最有名的产品,开源OLAP 中的实际标准mondrian 的支持:automatic Mondrian aggregate table designer add-on 和Mondrian source replication . (注: mondrian aggregate 是pentaho 2.0 新功能之一, 查看我写的pentaho 2.0 新功能一览(http://www.gemini5201314.net/?p=108) )
它同时是Eigenbase 项目的一部分,主要也是强调商业智能和数据仓库这一块的一个项目,和一个商业的中间件sqlstream 可以很好的组合( stream processing ,the SQLstream continuous query engine , 实现实时数据仓库的一个中间件,主要做CDC change data capture, mondrian 的主开发者很喜欢这个东西, 他已经写了两篇介绍这个玩意
http://julianhyde.blogspot.com/2008/12/streaming-analytics-over-content-feeds.html
http://julianhyde.blogspot.com/2008/12/streaming-content-feeds-part-2-forging.html
[/size]