Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can the TableView handle 100GB data display?

User_I6DXROct 28 2022 — edited Oct 28 2022

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?

Comments
Post Details
Added on Oct 28 2022
0 comments
221 views