MarginaliaSearch/code/functions/link-graph
Viktor Lofgren 4668b1ddcb (build) Java 22 and its consequences has been a disaster for Marginalia Search
Roll back to JDK 21 for now, and make Java version configurable in the root build.gradle

The project has run into no less than three distinct show-stopping bugs in JDK22, across multiple vendors, and gradle still doesn't fully support it, meaning you need multiple JDK versions installed.
2024-04-24 13:54:04 +02:00
..
aggregate (build) Java 22 and its consequences has been a disaster for Marginalia Search 2024-04-24 13:54:04 +02:00
api (build) Java 22 and its consequences has been a disaster for Marginalia Search 2024-04-24 13:54:04 +02:00
partition (build) Java 22 and its consequences has been a disaster for Marginalia Search 2024-04-24 13:54:04 +02:00
readme.md (docs) Fix fake news in docs 2024-02-28 12:16:45 +01:00

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, instead the link graph is stored in memory, and atomically updated from file.

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, and exposes a unified view of the link graph.