How to index large number of images?

In order to reduce load on Front End application, I have devised another application(say microservice) to handle IO heavy operations initiated from the Front End UI directly(used shared session to authenticate each request).

So I cannot expose API from Front End application to insert images from microservice app.

1 Like