HughWilliams

Results 219 comments of HughWilliams

The evtx.ttl.gz dataset loads fine for me ... Binary: ``` ubuntu@ip-172-30-0-77:~$ /home/ubuntu/v83/bin/virtuoso-iodbc-t -? OpenLink Virtuoso Universal Server (Enterprise Edition) Version 08.03.3322-pthreads as of Jun 3 2021 (6ceb94f1f5) Compiled for Linux...

You still have not provided the steps being performed to reproduce the problem in your environment, so we can see exactly where the error is occurring when bulk loading the...

You omitted the fact that `LiteMode=1` is set in your INI file which is a **significant** difference, as in [LiteMode](http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksGuideVirtLiteGuide) Virtuoso runs with minimal resource/memory foot print. And the setting...

As indicated in the [`LiteMode`](http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksGuideVirtLiteGuide) link, it does a lot more than toggle/disable the `/sparql` endpoint, which is more a side effect than a specific use for `LiteMode`. By "default...

Are you able to provide the dataset with the missing entries in the `rdf_quad_pogs` index, so we can attempt to recreate in-house? Also, what is the output of the `rdf_quad_pogs`...

I see the same issue with the "evts.nt.gz" dataset loading into an empty database with default INI file: ``` ubuntu@ip-172-30-0-77:~/v83/database/git571$ /opt/virtuoso/bin/isql 1111 dba dba ECHO=ON VERBOSE=ON PROMPT=OFF CSV=ON load-evts.sql OpenLink...

Using the latest Virtuoso open source docker image from `docker pull openlink/virtuoso-opensource-7`, I am able to run your test application successfully inserting 100 triples: ``` De-iMac:~ hwilliams$ javac -cp "./Downloads/virtjdbc4.jar:."...

This is a fix made a few days ago to not have the `MaxMemInUse` to be unlimited (i.e., `0`), as that can cause queries that result in bad query plans...

There have been geospatial fixes since the `3209` build on Windows from April. Are you able to compile the latest [`develop/7` branch](https://github.com/openlink/virtuoso-opensource/tree/develop/7) on Linux as detailed in the [README](https://github.com/openlink/virtuoso-opensource/) and...