Liking cljdoc? Tell your friends :D

eacl.datahike.integrity

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.
raw docstring

dangling-relationship-halvesclj

(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.
raw docstring

dangling-relationship-reportclj

(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.
raw docstring

qualifier-proof-inputclj

(qualifier-proof-input snapshot)

Captures offline qualifier, ownership, source, version, and Relation proof inputs.

Captures offline qualifier, ownership, source, version, and Relation proof inputs.
raw docstring

qualifier-reportclj

(qualifier-report snapshot)
(qualifier-report snapshot options)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close