Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

look up tables

Former Member
0 Likes
404

what are the lookup tables..

what are the lookup tables..

2 REPLIES 2
Read only

abdulazeez12
Active Contributor
0 Likes
384

When we need some records very frequently,its better to keep the record in buffer of the application server so that when the next user will ask for the same record ,we no need to go to database.as a result data access will be faster.

Read only

0 Likes
384

thanks it solved my problem completely