Content-Disposition: inlinedoes kdb+ provide transactioning features like mvcc? http://en.wikipedia.org/wiki/Multiversion\_concurrency\_controlis there any reason why kdb+ couldn’t be used for OLTP? (i know it’svery good for OLAP)ta, jack
no, it doesn’t. kdb+ has a different purpose and approach.
it combines a lot of things in single package and the database functionality is a “side effect” of the built-in features.
it does oltp and olap kind of things in the same package plus other things.
felix