[SLICE 26][CORE-H] Add backend migration + scale benchmark harness for append, query, rebuild, projection, provenance, and ingestion #5

Open
opened 2026-09-08 01:56:59 +00:00 by nsaspy · 0 comments
Owner

Parent epic: #19
Depends on: #37 #38 #43

Goal

Measure the real performance envelope and prove backend migration without changing semantic meaning.

Implement:

  • bootstrap backend -> production backend export/import/migration;
  • deterministic semantic fingerprint comparison before/after migration;
  • synthetic corpora at increasing sizes (at least 10^3, 10^5, 10^6 records where practical in CI/local benchmark lanes);
  • append throughput/latency;
  • direct lookup and bounded query latency;
  • projection/update invalidation cost;
  • cold rebuild/checkpoint restore time;
  • provenance/explanation expansion cost;
  • ingestion/backfill throughput and restart cost;
  • memory/disk/index-size measurements;
  • benchmark profile/version/hardware metadata;
  • explicit unsupported/resource-limited thresholds.

Acceptance

Migration preserves canonical semantic/history fingerprints and normalized queries; benchmark report distinguishes measured values from estimates; no billion-record or latency claim is made unless actually measured; regression thresholds can be run reproducibly outside provider/model paths.

Parent epic: #19 Depends on: #37 #38 #43 ## Goal Measure the real performance envelope and prove backend migration without changing semantic meaning. Implement: - bootstrap backend -> production backend export/import/migration; - deterministic semantic fingerprint comparison before/after migration; - synthetic corpora at increasing sizes (at least 10^3, 10^5, 10^6 records where practical in CI/local benchmark lanes); - append throughput/latency; - direct lookup and bounded query latency; - projection/update invalidation cost; - cold rebuild/checkpoint restore time; - provenance/explanation expansion cost; - ingestion/backfill throughput and restart cost; - memory/disk/index-size measurements; - benchmark profile/version/hardware metadata; - explicit unsupported/resource-limited thresholds. ## Acceptance Migration preserves canonical semantic/history fingerprints and normalized queries; benchmark report distinguishes measured values from estimates; no billion-record or latency claim is made unless actually measured; regression thresholds can be run reproducibly outside provider/model paths.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nsaspy/symbolic-memory#5
No description provided.