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

Buffering

Former Member
0 Likes
670

when can we buffer the table? is there any disadvantes in buffer table?

Regards,

pandu.

5 REPLIES 5
Read only

Former Member
0 Likes
656

Hi Pandu,

It is again on your requirement. There is no disadvantage but you should buffer the table only if you think the table will be queried very often and the contents will not change much often.

Regards,

Atish

Read only

0 Likes
656

Can we buffer MSEG table, which is often used?

Regards,

pandu.

Read only

0 Likes
656

Hi pandu,

why do you want to buffer that is more important.

As this table is very oftenely used but also oftenly updated so not recommended.

Regards,

Atish

Read only

0 Likes
656

Thank u...

Read only

UdayS
Participant
0 Likes
656

Hi,

We can use buffering but we have to see that if the table is having large number of records then buffering is not to be used as it takes a lot of memory. If the table contains mediuum range to small range of records and if it is used frequently then it is preffered to buffer the table.