OyvindLGjesdal commented on code in PR #110: URL: https://github.com/apache/jena-site/pull/110#discussion_r922821986
########## source/documentation/tdb2/tdb2_cmds.md: ########## @@ -105,3 +106,10 @@ The parallel loader runs all operations at once. It can deliver the best performance providing enough RAM is available and the persistent storage is SSD. It can consume all hardware resources, greatly impacting any other applications running. + +## `tdb2.tdbstats` + +Produce statistics for the dataset, which can be used for optimization rules. See the +[TDB Optimizer description.](../tdb/optimizer.html#statistics-rule-file). + +For TDB2 the statistic files is read and placed in the `Data-NNNN` directory (`Data-0001/stats.opt`). Review Comment: Add info for location mentioned in https://lists.apache.org/thread/z4gogsnkhzfm1jwpqtpz3ht42qv8vz9q jena-dev thread. I also placed stats file in the parent dir of Data-NNNN before seeing it discussed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org