로그인

검색

ABSTRACT
Bitmap indexes are widely used in both scientific and commercial
databases. They bring fast read performance for specific types
of queries, such as equality and selective range queries. A major
drawback of bitmap indexes, however, is that supporting updates
is particularly costly. Bitmap indexes are kept compressed to minimize
storage footprint; as a result, updating a bitmap index requires
the expensive step of decoding and then encoding a bitvector. Today,
more and more applications need support for both reads and
writes, blurring the boundaries between analytical processing and
transaction processing. This requires new system designs and access
methods that support general updates and, at the same time,
offer competitive read performance.
In this paper, we propose scalable in-memory Updatable Bitmap
indexing (UpBit), which offers efficient updates, without hurting
read performance. UpBit relies on two design points. First, in addition
to the main bitvector for each domain value, UpBit maintains
an update bitvector, to keep track of updated values. Effectively, every
update can now be directed to a highly-compressible, easy-toupdate
bitvector. While update bitvectors double the amount of uncompressed
data, they are sparse, and as a result their compressed
size is small. Second, we introduce fence pointers in all update
bitvectors which allow for efficient retrieval of a value at an arbitrary
position. Using both synthetic and real-life data, we demonstrate
that UpBit significantly outperforms state-of-the-art bitmap
indexes for workloads that contain both reads and writes. In particular,
compared to update-optimized bitmap index designs UpBit is
15-29 faster in terms of update time and 2:7 faster in terms of
read performance. In addition, compared to read-optimized bitmap
index designs UpBit achieves efficient and scalable updates (51-
115 lower update latency), while allowing for comparable read
performance, having up to 8% overhead.

번호 제목 글쓴이 날짜 조회 수
57 jsp 소스 file 관리자 2006.03.20 5471
56 Advanced SQL 관리자 2006.03.22 5541
55 자바소스 file 관리자 2006.03.27 5417
54 ant file 관리자 2006.04.06 5454
53 실습예제 관리자 2006.04.10 8230
52 실습예제2 관리자 2006.04.10 5442
51 sqlite실행 관리자 2006.04.24 5374
50 sqlite file 관리자 2006.04.24 5349
49 stack file 관리자 2006.04.27 5377
48 sqlite file 관리자 2006.05.01 5611
47 Large Block Flash Memeory 관리자 2006.05.15 5566
46 LSTAFF (Flash Memeory) file 관리자 2006.05.29 6319
45 BinaryTree file 관리자 2006.06.01 5422
44 바이너리트리 file 관리자 2006.06.05 5461
43 Specification을 볼때 알아야할 의미 관리자 2009.01.21 6077