Saving Similar, But Different Data Sets -- Seeking Methods/Alternatives

Hello,

I am looking for a method to save multiple data sets of similar data. I have the framework for a datastore workflow setup, but after reading around I am not hopeful that the amount of data I plan to read/write would go smoothly.

Here are my stores I plan to save to:

  • LControllerStore
  • MControllerStore
  • GraphStore
  • IntersectionStore
  • LocalNetworkStore

Each store would hold various data points of the same name, but I would like to separate them with a unique identifier.

Thanks!