Negligible Performance Improvement with mongo reactive drivers when migrating from mongo sync drivers
For a project, We are trying to improve the existing performance by upgrading to mongo reactive driver from mongo sync drivers. When we upgraded to reactive drivers, the performance improvement for negligible. To verify any performance gap, I had written a code to push 30K documents ( document size ~256KB), the performance difference between the two driver’s were almost same. What can be done to improve the performance while upgrading to reactive drivers ?