27 Aug
2012
27 Aug
'12
12:46 p.m.
On Mon, Aug 27, 2012 at 2:37 PM, Vincent Pelletier <vincent@nexedi.com> wrote:
Hi,
We've just tagged the 1.0 NEO release.
NEO aims at being a replacement for use-cases where ZEO is used, but with better scalability (by allowing data of a single database to be distributed over several machines, and by removing database-level locking), with failure resilience (by mirroring database content among machines). Under the hood, it relies on simple features of SQL databases (safe on-disk data structure, efficient memory usage, efficient indexes).
That sounds pretty cool!