lenmom

博客园 首页 新随笔 联系 订阅 管理

2017年11月4日 #

摘要: This is the second post in a series discussing the architecture and implementation of massively parallel databases, such as Vertica, BigQueryor EventQ 阅读全文
posted @ 2017-11-04 16:46 老董 阅读(323) 评论(0) 推荐(0)

摘要: Parallel I/O and Columnar Storage We begin with a high level overview of the system while follow up posts will discuss specific components in more det 阅读全文
posted @ 2017-11-04 16:37 老董 阅读(442) 评论(0) 推荐(0)

摘要: 概述 所谓bitmap就是用一个bit位来标记某个元素对应的value,而key即是这个元素。由于采用bit为单位来存储数据,因此在可以大大的节省存储空间 算法思想 32位机器上,一个整形,比如int a;在内存中占32bit,可以用对应的32个bit位来表示十进制的0-31个数,bitmap算法利 阅读全文
posted @ 2017-11-04 15:00 老董 阅读(1161) 评论(0) 推荐(0)

摘要: a) standalone mode mkdir -p /var/evql/standalone/usr/local/bin/evqld --standalone --datadir /var/evql/standalonequery:/usr/local/bin/evql --database t 阅读全文
posted @ 2017-11-04 11:04 老董 阅读(239) 评论(0) 推荐(0)

摘要: 1. 环境准备install cmake make automake autoconf zlib-devel libtoolyum install zlib-devel 2. 安装Clangyum install epel-releaseyum install clang 安装gccyum -y i 阅读全文
posted @ 2017-11-04 11:03 老董 阅读(332) 评论(0) 推荐(0)