./wip/fastbit, Efficient Compressed Bitmap Index Technology

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.0, Package name: fastbit-1.2.0, Maintainer: pkgsrc-users

FastBit is an open-source data processing library following the
spirit of NoSQL movement. It offers a set of searching functions
supported by compressed bitmap indexes. It treats user data in the
column-oriented fashion similar to well-known database management
systems such as Sybase IQ, MonetDB, and Vertica. It is designed to
accelerate user's data selection tasks without imposing undue
requirements. In particular, the user data is NOT required to be
under the control of FastBit software.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: b319308a992d3c5bce593d7970902a0f58e49214
Filesize: 2145.821 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2012-09-29 01:21:47 by Aleksej Saushev | Files touched by this commit (64)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-10-12 01:33:57 by Alexander Nasonov | Files touched by this commit (11)
Log message:
Initial commit of FastBit, version 1.2.0.

FastBit is an open-source data processing library following the
spirit of NoSQL movement. It offers a set of searching functions
supported by compressed bitmap indexes. It treats user data in the
column-oriented fashion similar to well-known database management
systems such as Sybase IQ, MonetDB, and Vertica. It is designed to
accelerate user's data selection tasks without imposing undue
requirements. In particular, the user data is NOT required to be
under the control of FastBit software.