Local database Performance
Local database Performance
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
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.