Ok, this is most likely a really stupid guestion... but I have been trying to search all documents and internet about information what the data returned by a snapshot (database or any other) actually means.
Everywhere it is said that a snapshot gives back the data at the moment when the snapshot it taken. Ok nice, but what does that exacly mean then? Does it mean that it returns only the data related to actions happening on a database on the exact same moment the snapshot is taken... I guess not since then the numbers would be close to zero almost every time.
In many places I have seen a mention that the data returned by snapshot would be a running sum kind of data... so it is collected to some hidden place and the number there will be given back to me when I ask. Ok that makes sense. But in that case I would expect that these number would grow and grow... now however I can get varying values when I run snapshots weekly. So it can not be this also or at least if it is then something is resetting the counter at some point... but at least I don't do that intentionally.
We are running db2 udb 8.1.15 on windows 2003. We take off-line backups every friday and I take snapshots every sunday... but now please someone tell me... what does it actually mean when database snapshot last sunday says there is 5126 direct reads or lock_wait_time is 827... SINCE WHEN?
It is nice to have much information, but it is less usufull if you have no idea how it is collected...
