Hi guys, Just a little suggestion, have you already thought about providing a storage provider for ESENT? ESENT is an embeddable database storage engine (ISAM) which is part of Windows. It provides reliable, transacted, concurrent, high-performance data storage with row-level locking, write-ahead logging and snapshot isolation. You can find a managed wrapper for ESENT here: http://www.codeplex.com/ManagedEsent kind regards, Thijs This thread was imported from our support forum. The original discussion may contain more detailed answer. Original topic by Thijs. |
We'll think about implementing its provider as indexing provider after finishing with LINQ and our own file system provider (at least to fully test the framework). This must be pretty simple for us - btw, in contrast to most of (or all of?) other ORMs. We don't require storage to support SQL and are able evaluate queries at DataObjects.Net level - it seems that's exactly what necessary in this case. |