SimonBin commented on issue #1295:
URL: https://github.com/apache/jena/issues/1295#issuecomment-1120994888
Hi @afs thank you for the prompt response
- Fuseki 4.5.0-SNAPSHOT 7be194cdaf8c1b9bffd8ef20192015f0f0348bd4
- times stay the same (3 seconds vs. 1 minute)
- no intermediary
- sample dataset with random triples was enough to trigger it:
```
{ echo '@prefix : <http://example.com/> .
_:r0 :has [ :label "1" ]'
for i in $(seq 2 2500000); do
echo ", [ :label \"$i\" ]"
done
echo . } > demo.ttl
```
however, while trying to reproduce it, I found that it 4.5.0 release! so
case closed I guess?? still, a very curious issue
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]