When should we turn off table buffering?
1) If the table is larger than 1mb
2) If the table experiences many invalidations
3) If we have a high number of rows affected
When should we buffer a table?
1) When table is often access
2) It’s it seldom changes
3) If it’s over 1mb in special cases
What happens if a buffered table is updated (changed)?
The database is updated and the buffer of the current app server is invalidated
Changes are written to table DD log
The other app servers
What transactions can be used to identify table buffering problems?
ST13
ST10