Usecase 2: Schema changes for improved performance

In a customer project comprising of multiple schemas (more than 50), it was observed that the latency for a single request -response was high, that is around few seconds.

The project mainly included multiple REST services as shown in the following image.

Some of the schemas in the project are shown in the following image.

Analysis confirmed that the schema operations were heavy with the current design implementation which contributed to the high latency.

Testing and Measurement

The testing was focused on the aspects listed below: