nx_index_scale_census.nx
buildroot/runtime/nx_index_scale_census.nx
about
nx_index_scale_census.nx -- HONEST census of our INDEX SCALE / PERFORMANCE / MIGRATABILITY capabilities for the
Common-Crawl-scale sovereign index, vs the June-2026 SOTA (Lucene segments + roaring + sharding + LSM +
disaggregated/NVMe-oF/RDMA migration). Follows the IM lane's NO-WAVE law (nx_infomgmt_exceed): a capability is
HAVE iff its organ actually opens on disk (structural-present); at-SCALE numbers are NEVER claimed here (deferred to
the NAS run + measured separately). Grades the SUBSTRATE we have vs the build-targets. Research:
knowledge/research/2026-07-01-index-scale-performance-migration.md. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_gate.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 9 | func isc_have(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 } called by 1: isc_row |
| 10 | func isc_row(label: *u8, path: *u8, note: *u8, acc: *i64) -> i64 |
| 18 | func main() -> i64 |