MarginaliaSearch/code/common/linkdb
2023-09-14 11:33:36 +02:00
..
src (ldb) Re-add accidentally removed stmt.addBatch that breaks 2023-08-31 12:06:30 +02:00
build.gradle (linkdb) New Module for sqlite-backed document db 2023-08-24 09:06:13 +02:00
readme.md (docs) Update the documentation up-to-date information 2023-09-14 11:33:36 +02:00

The link database contains information about links, such as their ID, their URL, their title, their description, and so forth.

The link database is a sqlite file. The reason this information is not in the MariaDB database is that this would make updates to this information take effect in production immediately, even before the information was searchable.

It is constructed by the loading-process, and consumed by the search-service.