Age | Commit message (Collapse) | Author |
|
* load-rdf.scm (bulk-load-data): Remove "quit;". This will be done
after indexing.
(index-data): New function
(main): Add index-data.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* load-rdf.scm (bulk-load-data): Add "quit;" to bulk-load-data command.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* load-rdf.scm (random-cnonce, md5-digest-authorization,
http-upload-file, put-graph, delete-graph): Delete
(main): Remove call to put-graph.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
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>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
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>
|
|
This reverts commit 5aecbcd3e59119533658b792c6dafa0c6efd9d5b. Despite
putting commands on a single line, isql still echoes and leaks the
password.
|
|
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.
|
|
* load-rdf.scm (delete-graph): Accept password argument.
(main): Call delete-graph with password.
|
|
* load-rdf.scm (put-graph): Accept retry? argument, and retry if it is
#t.
(main): Call put-graph with a #t retry? argument.
|
|
* load-rdf.scm: New file.
* manifest.scm: Import virtuoso-ose from (gnu packages databases). Add
virtuoso-ose to manifest.
|