afs commented on code in PR #110: URL: https://github.com/apache/jena-site/pull/110#discussion_r923100609
########## 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: I'm working on a compaction issue at the moment so I'll add a to-do to make sure the stats.opt is copied over. -- 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