From: Bryan T. <tho...@us...> - 2007-03-27 17:12:03
|
Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/service In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2900/src/java/com/bigdata/service Modified Files: MetadataService.java Log Message: Corrected problem in the interpretation of maximumExtent for an IBufferStrategy vs an IJournal. Working through use of isolatable indices for the triple store. Index: MetadataService.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/service/MetadataService.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MetadataService.java 27 Mar 2007 14:34:23 -0000 1.3 --- MetadataService.java 27 Mar 2007 17:11:42 -0000 1.4 *************** *** 61,72 **** * @version $Id$ * - * FIXME Tag each index with a UUID. The UUID needs to appear in the index - * metadata record for each journal and index segment. When it is an named - * (scale-out) index, the UUID of the scale-out index must be used for each - * B+Tree metadata record having data for that index. This allows us to map - * backwards from the data structures to the metadata index. Document this in - * the UML model. (I still need to get the correct index UUID to each BTree - * constuctor since they are all using a Random UUID right now.) - * * @todo Provide a means to reconstruct the metadata index from the journal and * index segment data files. We tag each journal and index segment with a --- 61,64 ---- |