On Thu, 2011-09-29 at 09:00 +0200, Shri :) wrote: > * > * > > Hi Again, > > I supposed to evaluate the performance of few triple stores as a part of my > thesis work (which is the specification which I cannot change > unfortunately)one among them is Jens SDB with Mysql, I am using my own java > code to load the data and not the command line tool,
Did you follow the patterns in [1]? Are you wrapping the load in a transaction to avoid auto-commit costs? > as I wanted to make > note of the loading time. Note that the command line tool has a --time option. Dave [1] http://openjena.org/wiki/SDB/Loading_data
