Versions Compared

Key

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

...

These should be migrated to https://opensource.ncsa.illinois.edu/bitbucket/projects/GEOD/repos/pygeotemporal-parsers/browse on update


General processes that take significant time

  • updating sensor statistics - required at end of parsing to update start and end times 
    • maybe it does more but not sure
    • maybe the query can be simplified

System Parsing Times

Here the each source parses the data then waits for the subprocess that bins the data until finished.  When the binning finishes, the the next source parser starts.  No timeout between parsers.

...