Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^6: Perl/PostgreSQL niche

by dbwiz (Curate)
on Sep 06, 2005 at 16:16 UTC ( [id://489587]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Perl/PostgreSQL niche
in thread Perl/PostgreSQL niche

MVCC Multi-Version Concurrency Control is just a fancy name to signify transactions at "Repeatable Read" and "Serializable" isolation levels. I didn't care to mention all the manual to you. Just the basic facts.

InnoDB has MVCC without that name. It provides full and reliable ACID compliant transactions. That's enough for me. If the fancy name is not in the manual, who cares?

Replies are listed 'Best First'.
Re^7: Perl/PostgreSQL niche
by perrin (Chancellor) on Sep 06, 2005 at 20:32 UTC
    InnoDB is often referred to as having MVCC, so I don't think there's any reason to avoid the name. In addition to making those isolation levels possible, it allows readers to get a consistent state without waiting for writers, increasing the scalability of the system.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://489587]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-24 10:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found