- Full ACID: Optimistic transaction available with recovery of aborted transactions when the engine restarts. Tested with 1 billion of records even with simulated crashes during the commit phase. Pessimistic (with object-level locking) transaction in the next releases.
- Extremely light: less than 400kb of jar without any dependency with other libraries
- Super fast: stores 1,000,000 (yes one million) of records in 3.5 seconds on common hardware (my notebook). The KeyValue engine stores 100,000 entries indexed in 9 seconds. Lookups are so fast as memory access.
- tested up to 1 billion of records, but the limits are up to 9.223.372.036 Billions. Actually I think I'll never will be able to include this test in my Unit tests :-)
- A lot of cool features such as Asynchronous Queries, SQL language, Partitioning of data, native sharding support, and more
- Requires: Java5 or major and run on all the most used Operative Systems.
http://www.orientechnologies.com.
No comments:
Post a Comment