...
首页> 外文期刊>Computer Science & Information Technology >Implementation of Column-Oriented Database in POSTGRESQL for Optimization of Read-Only Queries
【24h】

Implementation of Column-Oriented Database in POSTGRESQL for Optimization of Read-Only Queries

机译:POSTGRESQL中面向列数据库的实现,以优化只读查询

获取原文
           

摘要

The era of column-oriented database systems has truly begun with open source database systems like C-Store, MonetDb, LucidDb and commercial ones like Vertica. Column-oriented database stores data column-by-column which means it stores information of single attribute collectively. The need for Column-oriented database arose from the need of business intelligence for efficient decision making where traditional row-oriented database gives poor performance. PostgreSql is an open source row-oriented and most widely used relational database management system which does not have facility for storing data in column-oriented fashion. In our work we propose the best method for implementing column-store on top of row-store in PostgreSql along with successful design and implementation of the same.
机译:面向列的数据库系统时代已经真正开始于诸如C-Store,MonetDb,LucidDb之类的开源数据库系统以及诸如Vertica之类的商业数据库系统。面向列的数据库逐列存储数据,这意味着它集体存储单个属性的信息。面向列的数据库的需求源于商业智能对有效决策的需求,而传统的面向行的数据库性能较差。 PostgreSql是一个面向行且使用最广泛的关系数据库管理系统,它不具有以面向列的方式存储数据的功能。在我们的工作中,我们提出了在PostgreSql中在行存储之上实现列存储的最佳方法,以及该方法的成功设计和实现。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号