Scaling

Memory and flag-count considerations when SOASAP grows with your product surface area.

  • Evaluation stays O(1) per read; memory scales with flag count and JSON payload size.
  • Split large products into multiple projects when flag inventory becomes hard to govern.
  • Prune obsolete flags; avoid multi-megabyte JSON blobs on hot paths.
  • Each SDK instance holds its own snapshot — plan memory per pod/replica.