Hi, The best documentation of the DataStore is here: http://wiki.apache.org/jackrabbit/DataStore
> 1) Can we delete the files the data store produces when Jackrabbit > is shut down? No (unless you want to delete the repository). > 2) What is better for performance, using FileDataStore or > DbDataStore? It depends on the database and file system you use. It's probably about the same. > 3) What is the main purpose of a DataStore? See the 'Overview' in the documentation. Regards, Thomas
