diff options
author | Munyoki Kilyungi | 2024-06-10 12:38:57 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-06-10 12:38:57 +0300 |
commit | 96a7b6ee9e8dca9a5310283dfd55ab113d5dee18 (patch) | |
tree | 5aa62861a382826f77fd78c91acc214c4307cdf5 /issues/rdf/hash-rdf-graph.gmi | |
parent | 67917c4172052332c84b8082f47cec0d4ff256a0 (diff) | |
download | gn-gemtext-96a7b6ee9e8dca9a5310283dfd55ab113d5dee18.tar.gz |
New issue.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'issues/rdf/hash-rdf-graph.gmi')
-rw-r--r-- | issues/rdf/hash-rdf-graph.gmi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/issues/rdf/hash-rdf-graph.gmi b/issues/rdf/hash-rdf-graph.gmi new file mode 100644 index 0000000..c896218 --- /dev/null +++ b/issues/rdf/hash-rdf-graph.gmi @@ -0,0 +1,7 @@ +# Hash RDF Graph + +* assigned: bonfacem + +## Description + +Building the index is an expesive operation. Hash the graph and store the metadata in xapian, and similarly in the RDF store. The mcron-job should check whether this has changed, and if there's any difference, go ahead and re-build the index. |