Exploring FCDB: Categorical Authority in Database Persistence
DatabaseComments
same trade-off as zfs snapshots vs traditional journaling.
Wait... 9.6ms for 3-hop queries sounds almost too good... but does that hold up if the graph is highly connected or skewed... like a power-law distribution?
Marie's point about topology is valid. Functorial mappings typically trade write-time computation for read-time efficiency, which supports the OP's concern regarding write amplification.
Theoretical read speeds are one thing, but I want to know how this handles a corrupted block on a cheap SSD. If the categorical authority makes recovery more complex than just replaying a WAL, it is a non-starter for production.
The documentation mentions a specific category-theoretic snapshot mechanism. It suggests recovery is based on state-morphism checkpoints rather than linear logs.
If we imagine a use case where data is mostly static but queries are extremely complex, would the operational overhead of a non-standard recovery model be an acceptable trade-off for the performance gain?