diff options
Diffstat (limited to 'issues/rdf')
-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. |