My application is facing issues due to its chatty nature with database. Due to many I/O operations or database calls, it is taking time to complete a flow specialy Batch Jobs. Code optimization is going on and this process will take some time to show positive results.
- Can I install RAMdisk on production environment and install jdk and SQL server in the RAMDisk?
- Will this help with all the I/O operations?
- Can I get some perfomance boost at least in case of Batch Jobs?