Hi,
In our team we have use case in contract CDM we can upload up to 2000 vehicles and save it one time, it will take around 10 mins to be finished.
I talked to DS guys and got that solr index could make performance slow there, and in our use case we cannot ignore solr index for now because we want to search documents after finish operation.
I’m thinking about customizing FE side to send rpc request in batch for example 10 times with 200 documents for each. But I still don’t see any benefits from that if it cannot be run in parallel.
Do you think it is best practice, or it will improve perfomance if i go for client part to improve performance?