Patrick van Kleef
Patrick van Kleef
This issue has already been fixed with commit de87bb7d71e84c93a7f13fb8d09121d690f59e9c on the [develop](https://github.com/openlink/iODBC/tree/develop) branch.
You are correct. Any loading error will stop parsing the file at that point, so the rest of the file is ignored. If you are using the virtuoso bulk loader,...
Additionally, can you run the following 2 queries and show me the output: ``` select count(*) from RDF_LANGUAGE table option (index DB_DBA_RDF_LANGUAGE_UNQC_RL_TWOBYTE); select count(*) from RDF_LANGUAGE table option (index RDF_LANGUAGE);...
Thanks for your feedback. I will discuss this within development and let you know.
I closed this issue by mistake
This issue has already been fixed with commit de87bb7d71e84c93a7f13fb8d09121d690f59e9c on the [develop](https://github.com/openlink/iODBC/tree/develop) branch.
I will have a look and report back to you...
A [patch for this](https://github.com/openlink/virtuoso-opensource/commit/0ffbf1b39a2ec6e5caba76c95c2eb26c273cf852) will be part of VOS 7.2.14 which [will be released](https://github.com/openlink/virtuoso-opensource/releases/) in the next week or so.
# `NumberOfBuffers` The `virtuoso.ini` config file traditionally has a table with some pre-calculated settings for `NumberOfBuffers` and `MaxDirtyBuffers` as a starting point based on the amount of free memory space....
Development are looking into this ...