summaryrefslogtreecommitdiff
path: root/databases/cstore/MESSAGE
diff options
context:
space:
mode:
authoragc <agc>2007-11-10 11:33:00 +0000
committeragc <agc>2007-11-10 11:33:00 +0000
commit3d5d9904a4b2771e2b953b0b6333b74dc08ac99f (patch)
tree8616b76b913a0d1b5905e885a3971bd90da550b9 /databases/cstore/MESSAGE
parent674c487f7065d6625ddd94242f10e0f16ea2996d (diff)
downloadpkgsrc-3d5d9904a4b2771e2b953b0b6333b74dc08ac99f.tar.gz
Initial import of cstore-0.2, a "column store" relational database,
into the Packages Collection. This package is meant to support data warehousing in a much more efficient manner than traditional RDBMSs. C-Store is a read-optimized relational DBMS that contrasts sharply with most current systems, which are write-optimized. Among the many differences in its design are: + storage of data by column rather than by row, + careful coding and packing of objects into storage including main memory during query processing, + storing an overlapping collection of column-oriented projections, rather than the current fare of tables and indexes, + a non-traditional implementation of transactions which includes high availability and snapshot isolation for read-only transactions, + and the extensive use of bitmap indexes to complement B-tree structures. Please note that the storage required for this package could be viewed as being quite extreme - the standard build and data occupies in excess of 20 GB, and that is all installed into ${PREFIX} at installation time.
Diffstat (limited to 'databases/cstore/MESSAGE')
-rw-r--r--databases/cstore/MESSAGE8
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/cstore/MESSAGE b/databases/cstore/MESSAGE
new file mode 100644
index 00000000000..70d412a9ad7
--- /dev/null
+++ b/databases/cstore/MESSAGE
@@ -0,0 +1,8 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
+
+The storage requirements for this package could be considered to
+be quite large - on the order of 20 Gigabytes for the complete
+data.
+
+===========================================================================