Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The long-term goal of this Study & Implementation Proposal is gain precise control over memory consumption in CPS and NCMP, going from linear O(N) to constant O(1) space complexity. Note, current memory consumption during queries is both linear on amount of data returned from the query AND linear on the number of simultaneous queries (the number of concurrent Rest client requests).

The immediate objective is to fix Out Of Memory Errors encountered in NCMP while performing CM handles searches.

...