Explicit, offline relationship-integrity diagnostics.
Nothing here runs on an authorization hot path. A full report scans both relationship tuple attributes and probes the peer half of every datom.
Explicit, offline relationship-integrity diagnostics. Nothing here runs on an authorization hot path. A full report scans both relationship tuple attributes and probes the peer half of every datom.
(dangling-relationship-halves db)Returns a lazy sequence of relationship halves whose peer half is absent.
Returns a lazy sequence of relationship halves whose peer half is absent.
(dangling-relationship-report db)(dangling-relationship-report db options)Returns total and per-half dangling counts plus a bounded sample.
:sample-size defaults to 20. This is an offline operation that scans every
relationship half and performs one exact peer-half index probe per half.
With a logarithmic persistent index lookup, its expected cost is
O(H log D) for H relationship halves in a database of D datoms.
Returns total and per-half dangling counts plus a bounded sample. `:sample-size` defaults to 20. This is an offline operation that scans every relationship half and performs one exact peer-half index probe per half. With a logarithmic persistent index lookup, its expected cost is O(H log D) for H relationship halves in a database of D datoms.
(qualifier-proof-input snapshot)Captures offline qualifier, ownership, source, version, and Relation proof inputs.
Captures offline qualifier, ownership, source, version, and Relation proof inputs.
(qualifier-report snapshot)(qualifier-report snapshot options)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |