From: <tho...@us...> - 2010-09-03 11:48:14
|
Revision: 3503 http://bigdata.svn.sourceforge.net/bigdata/?rev=3503&view=rev Author: thompsonbry Date: 2010-09-03 11:48:08 +0000 (Fri, 03 Sep 2010) Log Message: ----------- toned down the message in fastload.properties. Modified Paths: -------------- trunk/bigdata-sails/src/samples/com/bigdata/samples/fastload.properties Modified: trunk/bigdata-sails/src/samples/com/bigdata/samples/fastload.properties =================================================================== --- trunk/bigdata-sails/src/samples/com/bigdata/samples/fastload.properties 2010-09-03 11:16:49 UTC (rev 3502) +++ trunk/bigdata-sails/src/samples/com/bigdata/samples/fastload.properties 2010-09-03 11:48:08 UTC (rev 3503) @@ -1,7 +1,8 @@ -# Be very careful when you use this configuration! This turns off incremental -# inference for load and retract, so you must explicitly force these operations, -# which requires punching through the SAIL layer. Of course, if you are not -# using inference then this is just the ticket and quite fast. +# This configuration turns off incremental inference for load and retract, so +# you must explicitly force these operations if you want to compute the closure +# of the knowledge base. Forcing the closure requires punching through the SAIL +# layer. Of course, if you are not using inference then this configuration is +# just the ticket and is quite fast. # set the initial and maximum extent of the journal com.bigdata.journal.AbstractJournal.initialExtent=209715200 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |