This is a discussion on Re: Let me be the first within the Informix forums, part of the Database Server Software category; --> Alexey Sonkin wrote: >Hi, Madison, > >Does it mean, that you are going to implement MVCC >(multi-version concurrency control) ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Alexey Sonkin wrote: >Hi, Madison, > >Does it mean, that you are going to implement MVCC >(multi-version concurrency control) in IDS? > >What type of MVCC are you going to implement: >Postgress/MySQL-InnoDB type (when UPDATE is internally >converted by the database server into INSERT, and all >versions of a record are kept in a table) >or Oracle-style (when old versions of a row are only >available temporarily in RBS, roll-back segments)? > > Do you mean Interbase instead of Oracle? That was the first one. |