Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2006-09-01 : 13:19:30
|
Dear All, In an RDBMS, what is being used as a buffer page to contain modifications that have NOT yet written to disk? Thanks and regardskrishnakumar.C |
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2006-09-01 : 13:35:32
|
AHA....Cache Theory 101 or Transactional Theory 102.Which exam am I studying for? |
 |
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2006-09-01 : 14:26:49
|
quote: Originally posted by CSK Dear All, In an RDBMS, what is being used as a buffer page to contain modifications that have NOT yet written to disk? Thanks and regardskrishnakumar.C
Don't know for sure, but my guess is that other place on a computer where you can store data that isn't disk.CODO ERGO SUM |
 |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2006-09-01 : 14:53:06
|
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=71425*sigh* |
 |
|
Arnold Fribble
Yak-finder General
1961 Posts |
Posted - 2006-09-02 : 06:00:52
|
quote: Originally posted by Michael Valentine JonesDon't know for sure, but my guess is that other place on a computer where you can store data that isn't disk.
Is that the desktop? |
 |
|
|
|
|