Long story short, OrioleDB alpha version was released more than year ago. More than 200 bugs were fixed since then. Now, OrioleDB reached beta stage. That means we recommend OrioleDB for pre-production testing. The most interesting workloads for testing could include: high transaction troughput, high volume of updates, high volume of in-memory operations, lock bottlenecks and other extreme cases.
The most notable improvements since alpha release include:
- Support for parallel scan and parallel index build,
- Various fixes for row-level concurrency and triggers,
- Fixes for undo log, system trees and transaction mechanism.
Special thanks to our external contributors:
- Pavel Borisov for implementation of parallel scan and parallel index build,
- Imre Samu for improvements to Docker container.