NathanHerr
NathanHerr
Hi @HughWilliams and @TallTed, Thanks for your response. I will try setting the `timeout` to 0, although I don't want there to no timeout. Some of the queries which I...
@HughWilliams I will let you know what the results are of setting the `timeout` to 0 and will get back to you about the results. As for [gitissue#299](https://github.com/openlink/virtuoso-opensource/issues/299) - this...
@HughWilliams I have some more information. After seeing the following query: `PREFIX ns: SELECT * FROM WHERE {ns:m.094w0s ?r1 ?e1.?e1 ?r2 ?e2.?e2 ?r3 ?e3.?e3 ?r4 ns:m.09v1_r.}`. result in a `Virtuoso...
The version is: ```pre Virtuoso Open Source Edition (Column Store) (multi threaded) Version 7.2.6.3233-pthreads as of Jun 28 2021 (000000) Compiled for Linux (x86_64-pc-linux-gnu) Copyright (C) 1998-2021 OpenLink Software ```...
@HughWilliams here are the results of the commands: ``` SQL> backup '/dev/null'; Done. -- 1381497 msec. SQL> select count (s), count (p ), count (o ), count (g ) from...
@HughWilliams some additional information: > @HughWilliams I have some more information. After seeing the following query: > > `PREFIX ns: SELECT * FROM WHERE {ns:m.094w0s ?r1 ?e1.?e1 ?r2 ?e2.?e2 ?r3...
@HughWilliams any news on this yet?
virtuoso.ini ``` ; ; virtuoso.ini ; ; Configuration file for the OpenLink Virtuoso VDBMS Server ; ; To learn more about this product, or any other product in our ;...
[virtuoso.log](https://github.com/openlink/virtuoso-opensource/files/7321082/virtuoso.log)
With regards to running `status();` while the queries are running — I will attempt to get this for you in the meantime. Thanks.