On Fri, Oct 16, 2009 at 15:27, Dean Jones <[email protected]> wrote: > Thanks for the info Alex. One thing that concerns me about switching > to a LocalFileSystem is that I have the > DatabaseJournal.RevisionTableJanitor enabled, to clean the journal DB > tables. The Javadoc for this class states: > > "Class for maintaining the revision table. This is only useful if all > JR information except the search index is in the database (i.e., node > types etc). In that case, revision data can safely be thrown away from > the JOURNAL table." > > If I switch to using a LocalFileSystem, then file system information > about node types etc is no longer being stored in the database; do you > know if this will break the RevisionTableJanitor ?
Where did you get the information that the journal depends on the FileSystem? And node types? The FileSystem is a legacy component that is (was) used only by certain persistence managers. Regards, Alex -- Alexander Klimetschek [email protected]
