How Indices Cope with MVCC ?
Posted
by
geeko
on Stack Overflow
See other posts from Stack Overflow
or by geeko
Published on 2011-01-30T07:20:10Z
Indexed on
2011/01/30
7:25 UTC
Read the original article
Hit count: 213
Greetings Overflowers,
- To my understanding (and I hope I'm not right) changes to indices cannot be MVCCed.
- I'm wondering if this is also true with big records as copies can be costly.
- Since records are accessed via indices (usually), how MVCC can be effective ?
- Do, for e.g., indices keep track of different versions of MVCCed records ?
Any recent good reading on this subject ? Really appreciated !
Regards
© Stack Overflow or respective owner