I am building a server-client business application using javaFx. My issue is, should i use static list to store data retrieved from server for each model as they are referred on different view. The list may contain thousand's of objects as the data grows. I think the list may take up a lot of memory on the other hand to query server for each event may use resources on server.
Server application : nodejs Server database : mysql information exchange : RESTful api client application : javaFx