Re: [Virtuoso-users] Transaction log size exceeded - what to do?

2011-02-28 Thread Sebastian Trüg
Hi Hugh. On 02/28/2011 01:58 PM, Hugh Williams wrote: > Sebastian, > > On 28 Feb 2011, at 07:34, Sebastian Trüg wrote: > >> Hi Hugh, >> >> On 02/26/2011 03:02 PM, Hugh Williams wrote: >>> Hi Sebastian, >>> >>> This is because the insert operation are being performed in transaction >>> mode, whi

Re: [Virtuoso-users] bif-contains

2011-02-28 Thread Ivan Mikhailov
Hello Bruno, Internally, bif:contains uses CONTAINS predicate and an SQL free-text index, so the syntax of patterns is as simple as http://docs.openlinksw.com/virtuoso/queryingftcols.html#textexprsyntax The text of each quoted phrase is divided into words, non-word characters are thus undistinguis

[Virtuoso-users] multi thread virtuoso connection?

2011-02-28 Thread Nguyen Mau Quoc Hoan
I want to write a java program which has multi thread connection to get data from virtuoso server but it did not work.any one have any simple example? i really need it.thanks.

Re: [Virtuoso-users] loading big file in virtuoso

2011-02-28 Thread Pierre-Yves Chibon
On Tue, 2011-02-15 at 16:12 +, Hugh Williams wrote: > > Being are very large dataset have you tuned your Virtuoso Server for > running on the target OS as detailed at: > http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html For the record (because I did not see it at first).

[Virtuoso-users] bif-contains

2011-02-28 Thread Bruno Carvalho
Dear friends, I have some labels with different characters like "\", "/", "&", "*", "+", "-", etc. I index them in the virtuoso's free text search. How to find them without breaking the function ? I would like to know if there is an official documentation for bif-contains somewhere, I tried to fi

Re: [Virtuoso-users] Transaction log size exceeded - what to do?

2011-02-28 Thread Hugh Williams
Sebastian, On 28 Feb 2011, at 07:34, Sebastian Trüg wrote: > Hi Hugh, > > On 02/26/2011 03:02 PM, Hugh Williams wrote: >> Hi Sebastian, >> >> This is because the insert operation are being performed in transaction >> mode, which you can turn off and force the auto-committing of the the >> tra

Re: [Virtuoso-users] Missing datatypes using ADO.NET

2011-02-28 Thread Rob Vesse
Hi Hugh Any further news/progress on this? I would really like to get my next release made this week and would very much prefer not to have to ship it with some variation of "Virtuoso support is broken" as a Known Issue. But I have a lot of bug fixes for my own code's issues in the new releas

Re: [Virtuoso-users] Transaction log size exceeded - what to do?

2011-02-28 Thread Sebastian Trüg
Hi Hugh, On 02/26/2011 03:02 PM, Hugh Williams wrote: > Hi Sebastian, > > This is because the insert operation are being performed in transaction mode, > which you can turn off and force the auto-committing of the the transactions > to avoid the log limit being exceeded and is generally recomme