STARIONGROUP / COMET-WebServices-Community-Edition

The Concurrent Design Platform Web Services that are compliant with ECSS-E-TM-10-25 Annex A and Annex C
https://www.stariongroup.eu
Other
11 stars 5 forks source link

Improve performance of POST operations #232

Open samatstariongroup opened 3 years ago

samatstariongroup commented 3 years ago

Prerequisites

Description

When a POST message is being processed the service is performing a number of reads on the database. Many of these reads seem to be on the defined VIEWs (which are expensive queries) which should be done on the CACHE tables.

Steps to Reproduce

NA

System Configuration

samatstariongroup commented 3 years ago

@stepjah we are working on making larger operations more performing. This includes creating copies of ElementDefinitions that contain sets of Parameters