There is a Springboot application called MassOps. The files uploaded through MassOps application are stored into a database column. For the data validation module to process the file data, the whole file is loaded into memory which is very costly in terms of heap usage. This is an inefficient usage and a better approach needs to be considered. I need help with ideas for this.