{"id":"neither-partitioning-strategy-fully-reliable","text":"Neither partitioning strategy offers both reliable routing and ordered access: range partitioning preserves key ordering but depends on maintaining parallel arrays in lockstep with invariants that are never verified (boundaries/partitions correspondence, adjacency assumptions in merge), while hash partitioning provides deterministic single-lookup routing but permanently destroys lexicographic key order, making range queries impossible.","truth_value":"IN","source":"","source_url":"","source_hash":"","justifications":[{"type":"SL","antecedents":["range-partitioning-routing-is-structurally-fragile","hash-mod-destroys-key-order"],"outlist":[],"label":"Range partitioning is ordered but fragile, hash partitioning is robust but unordered — each strategy sacrifices the property the other provides"}],"dependents":["data-distribution-and-processing-hit-independent-scalability-ceilings"],"metadata":{"last_reviewed":"2026-05-30T09:01:17","review_result":"pass"},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"neither-partitioning-strategy-fully-reliable","truth_value":"IN","reason":"SL justification valid","antecedents":["range-partitioning-routing-is-structurally-fragile","hash-mod-destroys-key-order"],"label":"Range partitioning is ordered but fragile, hash partitioning is robust but unordered — each strategy sacrifices the property the other provides"},{"node":"range-partitioning-routing-is-structurally-fragile","truth_value":"IN","reason":"SL justification valid","antecedents":["range-partitioning-parallel-arrays-routing","range-partitioning-merge-assumes-adjacency","range-partition-split-at-median"],"label":"Parallel array coupling and unverified adjacency assumptions make routing fragile"},{"node":"range-partitioning-parallel-arrays-routing","truth_value":"IN","reason":"premise"},{"node":"range-partitioning-merge-assumes-adjacency","truth_value":"IN","reason":"premise"},{"node":"range-partition-split-at-median","truth_value":"IN","reason":"premise"},{"node":"hash-mod-destroys-key-order","truth_value":"IN","reason":"premise"}]}}