I thought a blog might be a good way of letting people know what's happening with the Ingres DBMS, and hopefully we can get some feedback. So here are some of the things we're working on right now:
- MVCC - For those that aren't familiar with this acronym, it stands for Multi-version Concurrency Control. It adds the ability for the DBMS to create multiple versions of the same data in a controlled fashion, allowing readers to see the old version of a piece of data as of a given point-in-time;
...