col-ji

Results 4 comments of col-ji

Here is the detailed information of my loading program and information of stop/start afterwards in `virtuoso.log`. BTW, the loading is a pure batch load from the scratch. As you can...

The reason I did `stop`/`start` is because `rdf_loader_run` disables `checkpoint_interval` and `scheduler_interval`. Restart helps to pick the default setting from ini file. I could run the `checkpoint_interval`/`scheduler_interval` after checkpoints from...

Okay, here is my practice of doing virtuoso load. 1. define name space 2. `ld_dir` or `ld_dir_all` to set up date file for the the target graphs 3. Run 10...

One more question, I am using the following settings to load 2.1TB with 10 threads of `rdf_loader_run()` ``` NumberOfBuffers = 4000000; MaxDirtyBuffers = 3000000 ``` The loading is pretty fast....