on persisted representation

active draft: #tbc The moment we start persisting representation, and incrementally accruing detail, we need to care about coherence, sameness, and operational efficiency. Detect Persist Accrue Evaluate Consider the difference between a log-file, and a database. “note: pointing at structured data, rather than index 1” log file Log files are simplest persistence Partial Doesn’t consolidate Plural representation Can’t accrue and relate Which instance to augment? How to search efficiently?...

September 29, 2023 · 157 words

de-duplication

De-duplication refers to a pattern of behaviour which evolved to address plural enumeration, a problem innate to map. “plural enumeration refers to an inherent side-effect of persisted interpreted representation – many maps can refer to the same territory – and without reconciliation, persisted “plurally enumerated” representations are operationally untenable” “consider the difference between a log file, and a database (see: on persisted representation)” De-duplication conditionally validates, corrects, consolidates, and optimises, plurally enumerated persisted representations – across all scopes of map (see: map lifecycle)...

September 23, 2023 · 305 words