|
From: <tho...@us...> - 2010-07-27 21:30:54
|
Revision: 3331
http://bigdata.svn.sourceforge.net/bigdata/?rev=3331&view=rev
Author: thompsonbry
Date: 2010-07-27 21:30:48 +0000 (Tue, 27 Jul 2010)
Log Message:
-----------
This is a bigdata (R) snapshot release. This release is capable of loading 1B
triples in under one hour on a 15 node cluster and has been used to load up to
13B triples on the same cluster. JDK 1.6 is required.
See [1] for instructions on installing bigdata(R), [2] for the javadoc and [3]
and [4] for news, questions, and the latest developments. For more information
about SYSTAP, LLC and bigdata, see [5].
Please note that we recommend checking out the code from SVN using the tag for
this release. The code will build automatically under eclipse. You can also
build the code using the ant script. The cluster installer requires the use of
the ant script. You can checkout this release from the following URL:
https://bigdata.svn.sourceforge.net/svnroot/bigdata/branches/BIGDATA_RELEASE_0_83_1
New features:
- Inlining XSD numerics, xsd:boolean, or custom datatype extensions
into the statement indices. Inlining provides a smaller footprint
and faster queries for data using XSD numeric datatypes. In order
to introduce inlining we were forced to make a change in the
physical schema for the RDF database which breaks binary
compatibility for existing stores. The recommended migration path
is to export the data and import it into a new bigdata instance.
- Refactor of the dynamic sharding mechanism for higher performance.
- The SparseRowStore has been modified to make Unicode primary keys
decodable by representing Unicode primary keys using UTF8 rather
than Unicode sort keys. This change also allows the SparseRowStore
to work with the JDK collator option which embeds nul bytes into
Unicode sort keys. This change breaks binary compatibility, but
there is an option for historical compatibility.
The roadmap for the next releases include:
- Query optimizations;
- Support for high-volume analytic query workloads and SPARQL aggregations;
- High availability for the journal and the cluster;
- Simplified deployment, configuration, and administration for clusters.
For more information, please see the following links:
[1] http://bigdata.wiki.sourceforge.net/GettingStarted
[2] http://www.bigdata.com/bigdata/docs/api/
[3] http://sourceforge.net/projects/bigdata/
[4] http://www.bigdata.com/blog
[5] http://www.systap.com/bigdata.htm
About bigdata:
Bigdata?\194?\174 is a horizontally-scaled, general purpose storage and computing fabric
for ordered data (B+Trees), designed to operate on either a single server or a
cluster of commodity hardware. Bigdata?\194?\174 uses dynamically partitioned key-range
shards in order to remove any realistic scaling limits - in principle, bigdata?\194?\174
may be deployed on 10s, 100s, or even thousands of machines and new capacity may
be added incrementally without requiring the full reload of all data. The bigdata?\194?\174
RDF database supports RDFS and OWL Lite reasoning, high-level query (SPARQL),
and datum level provenance.
Modified Paths:
--------------
trunk/build.properties
Added Paths:
-----------
trunk/bigdata/src/releases/RELEASE_0_83_1.txt
Added: trunk/bigdata/src/releases/RELEASE_0_83_1.txt
===================================================================
--- trunk/bigdata/src/releases/RELEASE_0_83_1.txt (rev 0)
+++ trunk/bigdata/src/releases/RELEASE_0_83_1.txt 2010-07-27 21:30:48 UTC (rev 3331)
@@ -0,0 +1,62 @@
+This is a bigdata (R) snapshot release. This release is capable of loading 1B
+triples in under one hour on a 15 node cluster and has been used to load up to
+13B triples on the same cluster. JDK 1.6 is required.
+
+See [1] for instructions on installing bigdata(R), [2] for the javadoc and [3]
+and [4] for news, questions, and the latest developments. For more information
+about SYSTAP, LLC and bigdata, see [5].
+
+Please note that we recommend checking out the code from SVN using the tag for
+this release. The code will build automatically under eclipse. You can also
+build the code using the ant script. The cluster installer requires the use of
+the ant script. You can checkout this release from the following URL:
+
+ https://bigdata.svn.sourceforge.net/svnroot/bigdata/branches/BIGDATA_RELEASE_0_83_1
+
+New features:
+
+- Inlining XSD numerics, xsd:boolean, or custom datatype extensions
+ into the statement indices. Inlining provides a smaller footprint
+ and faster queries for data using XSD numeric datatypes. In order
+ to introduce inlining we were forced to make a change in the
+ physical schema for the RDF database which breaks binary
+ compatibility for existing stores. The recommended migration path
+ is to export the data and import it into a new bigdata instance.
+
+- Refactor of the dynamic sharding mechanism for higher performance.
+
+- The SparseRowStore has been modified to make Unicode primary keys
+ decodable by representing Unicode primary keys using UTF8 rather
+ than Unicode sort keys. This change also allows the SparseRowStore
+ to work with the JDK collator option which embeds nul bytes into
+ Unicode sort keys. This change breaks binary compatibility, but
+ there is an option for historical compatibility.
+
+The roadmap for the next releases include:
+
+- Query optimizations;
+
+- Support for high-volume analytic query workloads and SPARQL aggregations;
+
+- High availability for the journal and the cluster;
+
+- Simplified deployment, configuration, and administration for clusters.
+
+For more information, please see the following links:
+
+[1] http://bigdata.wiki.sourceforge.net/GettingStarted
+[2] http://www.bigdata.com/bigdata/docs/api/
+[3] http://sourceforge.net/projects/bigdata/
+[4] http://www.bigdata.com/blog
+[5] http://www.systap.com/bigdata.htm
+
+About bigdata:
+
+Bigdata\xAE is a horizontally-scaled, general purpose storage and computing fabric
+for ordered data (B+Trees), designed to operate on either a single server or a
+cluster of commodity hardware. Bigdata\xAE uses dynamically partitioned key-range
+shards in order to remove any realistic scaling limits - in principle, bigdata\xAE
+may be deployed on 10s, 100s, or even thousands of machines and new capacity may
+be added incrementally without requiring the full reload of all data. The bigdata\xAE
+RDF database supports RDFS and OWL Lite reasoning, high-level query (SPARQL),
+and datum level provenance.
Property changes on: trunk/bigdata/src/releases/RELEASE_0_83_1.txt
___________________________________________________________________
Added: svn:keywords
+ Id Date Revision Author HeadURL
Modified: trunk/build.properties
===================================================================
--- trunk/build.properties 2010-07-27 21:28:28 UTC (rev 3330)
+++ trunk/build.properties 2010-07-27 21:30:48 UTC (rev 3331)
@@ -36,7 +36,7 @@
release.dir=ant-release
# The build version (note: 0.82b -> 0.82.0)
-build.ver=0.83.0
+build.ver=0.83.1
build.ver.osgi=0.83
# Set true to do a snapshot build. This changes the value of ${version} to
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|