A requirement of a Java standalone desktop application project is to be able to handle a file with a size of up to 100GB. The data eventually will be presented in the TableView of JavaFX GUI on a regular desktop/laptop. I haven't completed the backend code yet. So, I can't test whether TableView can handle the amount of data or not. Or, I have to implement pagination. (To do so, the processed data needs to be stored somewhere) Is the requirement feasible?