Friday, October 21, 2011

Exadata Flash Cache contains only ONE copy of database block

There is only copy of database block in flash cache in all Exadata because the reading occurs only from 1st mirror in ASM. There is no doubling data in the flash cache so no waste of FC-space occurs.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Does DEALLOCATE UNUSED or SHRINK SPACE will free space occupied by LOB segment?

Lets check how it works. My env is DB 19.20@Linux-x64 1) I created the table with 4 LOB columns of 4 different LOB types: BASICFILE BLOB, BA...