Page 1 of 1
Local database Performance
Posted: Tue Feb 25, 2014 3:34 pm
by soapagent
I'm interested in using locally stored tables in online forms. If I load up some tables locally on first access (perhaps on sign on) and then load these tables into my views rather than from the iSeries database can I expect a performance improvement?
Re: Local database Performance
Posted: Wed Feb 26, 2014 11:28 am
by Mark_Dale
I think the main performance benefit comes if you have enough information on the client to avoid some trips to the server. If the user was continually downloading a lot of data, I guess it would help performance if that data was available on the client.