The
Ingres 10 roadmap page has a full list of features planned for that release. In this blog entry, I thought I would provide a high level overview of some of the key features.
- MVCC - Today, Ingres implements concurrency control by using locking. Different granularities of locking are available, which can alleviate conflicts due to locking. But even when row level locking is used, there's still the potential for readers to block writers and vice versa, if the readers need to read
...