topic: seg
13 modules sharing the seg name family (derived from the tree's prefix discipline).
The 'seg' topic family in the Nishi sovereign ecosystem provides foundational storage and data management capabilities for structured data within the sovereign substrate. Modules like nx_seg_store form the core storage layer, enabling persistent, secure data retention. nx_seg_columnar introduces columnar layouts and compression for efficient analytic queries, while nx_seg_merkle ensures data integrity through cryptographic proofs. These modules work together to support scalable, reliable, and verifiable data handling across the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_seg_cache_gate.nx | referee for ss_open_cached (debt seq962 / status seq978). | 183 | 2 |
| nx_seg_columnar.nx | CAP-SEG-COLUMNAR: columnar layout + compression for analytic scans (Parquet/ORC-class). | 39 | 4 |
| nx_seg_columnar_gate.nx | 51 | 3 | |
| nx_seg_compact_cli.nx | run seg-store COMPACTION for one shard prefix. Folds all live segments into ONE | 74 | 4 |
| nx_seg_imp_build.nx | build the NXW1 .imp IMPACT sidecar for every live segment of a shard, IN | 100 | 4 |
| nx_seg_index_bounds_gate.nx | Index reader boundary qualification using a real writer-generated NXK1 index. | 42 | 1 |
| nx_seg_merkle.nx | CAP-SEG-MERKLE: Merkle proof-of-inclusion over a sovereign store's records (IPLD / | 59 | 6 |
| nx_seg_merkle_gate.nx | 51 | 2 | |
| nx_seg_pos_gate.nx | KAT gate for the PHRASE rung's store layer: the NXQ1 positions sidecar | 106 | 7 |
| nx_seg_schema.nx | CAP-SEG-SCHEMA: a self-describing schema + typing + backward/forward EVOLUTION layer for the | 69 | 8 |
| nx_seg_schema_gate.nx | 64 | 2 | |
| nx_seg_store.nx | PART A of the sovereign storage substrate rung 1 | 5113 | 148 |
| nx_seg_store_gate.nx | 226 | 1 |