Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-615

Optimize memory consumption for saving order logs into the database

    XMLWordPrintable

Details

    • Feature
    • Status: Deferred (View Workflow)
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Job Scheduler Binaries
    • None

    Description

      Current Situation

      • The order log is written to the database for each job step that has been executed for the order.
      • A number of impacts result from this behavior:
        • The databse traffic is increased if there are many orders and/or many job steps. For complex databases as e.g. Oracle this increase creates a tremendous effect when it comes to accounting of database usage by traffic.
        • The size of of the logs could increase the traffic in a wayy that slows down database operations.

      Desired Behavior

      • Improve speed of blob write operations to the database.
        • possibly by switching from string processing to file processing.
        • possibly by creating a new blob for a log delta.

      Maintainer Notes

      • This feature is not intended for immediate implementation.
      • Please vote for this feature and let us know your feedback.

      Attachments

        Activity

          People

            sos_engine_team TeamEngine
            ss Stefan Schädlich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: