adspace
What is buffering and advantages and disadvantages of
buffering in case of data base object buffering?
Answer Posted / shamik
Advantages are,the tabled fields are copied from DB to Application layer...so table access is faster...Disadvantages are if u r buffering tables with many data and doing a full buffering of its fields then it will be slower ...and another thing is buffer synchronization is also need to be taken care as if u are taking buffer of those tables which are frequently updating then u need to synchronize the values of the buffered table with the original DB table....hope it helps...
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers