Age | Commit message (Expand) | Author |
---|---|---|
2023-06-15 | Change the transaction log mode to 'autocommit' when deleting graph•••During typical server operations, deleting one or more graphs containing a large number of triples can consume available memory to the point where the operation cannot be completed, and thus the graph can't be deleted. Such large graphs can be cleared by changing the transaction log mode to autocommit. Read the following for more: https://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksGuideDeleteLargeGraphs Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-05-30 | Allow upleading all files in a directory to virtuoso•••Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-05-30 | Replace PUT with a POST when uploading data in virtuoso•••Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-05-26 | Allow load-rdf script to read in data from a dir•••Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-04-05 | Wrap the password in quotes•••The password can contain special characters. As such, wrap it in quotes. * load-rdf.scm (delete-graph): Replace "~a" with "~s". Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2022-11-04 | Revert "Put isql commands on a single line."•••This reverts commit 5aecbcd3e59119533658b792c6dafa0c6efd9d5b. Despite putting commands on a single line, isql still echoes and leaks the password. | Arun Isaac |
2022-10-31 | Put isql commands on a single line.•••We put isql commands on a single line in the hope that they will not be echoed thus leaking the password. * load-rdf.scm (delete-graph): Put isql commands on a single line. | Arun Isaac |
2022-10-21 | Authenticate when deleting graph from virtuoso.•••* load-rdf.scm (delete-graph): Accept password argument. (main): Call delete-graph with password. | Arun Isaac |
2022-06-24 | Try uploading twice into virtuoso.•••* load-rdf.scm (put-graph): Accept retry? argument, and retry if it is #t. (main): Call put-graph with a #t retry? argument. | Arun Isaac |
2022-05-04 | Add script to load RDF into virtuoso.•••* load-rdf.scm: New file. * manifest.scm: Import virtuoso-ose from (gnu packages databases). Add virtuoso-ose to manifest. | Arun Isaac |