CatgirlIntelligenceAgency/code/common/linkdb
Viktor Lofgren b15f47d80e (db) Retire the EC_DOMAIN_LINK table
Retire the EC_DOMAIN_LINK table as the data has been migrated off into a file instead.
2024-02-08 15:52:30 +01:00
..
src (db) Retire the EC_DOMAIN_LINK table 2024-02-08 15:52:30 +01:00
build.gradle (test) Clean up test usage of migrations 2024-01-12 15:55:50 +01:00
readme.md (*) Replace EC_DOMAIN_LINK table with files and in-memory caching 2024-01-08 15:53:13 +01:00

The domain link database contains information about links between domains. It is a static in-memory database loaded from a binary file.

Document Database

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

The document 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.

See Also

These databases are constructed by the loading-process, and consumed by the index-service.