mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 13:19:02 +00:00
(docs) Fix fake news in docs
This commit is contained in:
parent
0d6e7673e4
commit
84bab2783d
@ -1,8 +1,7 @@
|
|||||||
The link graph subsystem is responsible for knowledge about the link graph.
|
The link graph subsystem is responsible for knowledge about the link graph.
|
||||||
|
|
||||||
A SQL database is not very well suited for this, principally it's too slow to update,
|
A SQL database is not very well suited for this, principally it's too slow to update,
|
||||||
instead the link graph is stored in memory, and atomically updated from file. The storage
|
instead the link graph is stored in memory, and atomically updated from file.
|
||||||
aspect is handled by the [common/linkdb](../../common/linkdb/) component.
|
|
||||||
|
|
||||||
The link graph subsystem has two components, one which injects into the partitioned services,
|
The link graph subsystem has two components, one which injects into the partitioned services,
|
||||||
e.g. index or execution, and one which aggregates the results from the partitioned services,
|
e.g. index or execution, and one which aggregates the results from the partitioned services,
|
||||||
|
Loading…
Reference in New Issue
Block a user