From: <tho...@us...> - 2011-02-01 20:23:40
|
Revision: 4171 http://bigdata.svn.sourceforge.net/bigdata/?rev=4171&view=rev Author: thompsonbry Date: 2011-02-01 20:23:34 +0000 (Tue, 01 Feb 2011) Log Message: ----------- This is a branch to address [1], which covers handling of large literals and eliminating the ID2TERM index in favor of direct addressing of URIs and of those literals not amenable to inlining within the statement indices. This is being done within a branch because the change set will involve a change in the physical schema of the lexicon, dropping the ID2TERM index, and changing how the data in the TERM2ID index are represented. By creating the change set in a branch we will be able to evaluate the impact of this change on the storage file size, the IO profile when loading data, and the IO profile and SPARQL performance during query answering. [1] https://sourceforge.net/apps/trac/bigdata/ticket/109 Added Paths: ----------- branches/LEXICON_REFACTOR2_BRANCH/ branches/LEXICON_REFACTOR2_BRANCH/LEXICON_REFACTOR2_BRANCH/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |