Marco Pagni
Marco Pagni
None of these help :-( I have also tried, without success: ```sparql . . . WHERE{ { SELECT ?mnet WHERE{ BIND( reconx:vmh_Recon AS ?mnet ) } # fix a model...
I have already attempted to unbundle the path, with no improvement in execution time. I can mention that the data structure behind the long property path is a dag, not...
Send me an email at [email protected]
I understand, it makes sense. I tend to be very cautious by default, as I am often working with sensitive or unpublished data from other researchers. But it is not...
I don't really understand the above temporary workaround, sorry. In my hands, the previous solution ```sparql WHERE{ # BIND( reconx:vmh_Recon AS ?mnet ) # fix a model here to focus...
Yes it works, it is fast and it return the right number of rows. But it is possibly specific to this query. I have other similar queries where I am...
Great to see a solution coming. I tried previously to replace `BIND` with `VALUES` and didn't see any performance improvement. May I ask you, if your suggested patch will also...
> A general issue though is that this method is used both for creating the Resource for the first time and also for creating the same Resource later on to...
I am facing exactly the same issue: `Tried to allocate 3.3 GB, but only 2.3 GB were available`. I have plenty of memory available on my server and I have...