<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 17, 2014 at 1:07 AM, Lee Sylvester <span dir="ltr"><<a href="mailto:lee.sylvester@gmail.com" target="_blank">lee.sylvester@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Benoit,<div><br></div><div>Awesome stuff.  I’m guessing this is a file based db, like SQLite?  What scalability does it have?</div>

<div><br></div><div>Cheers,</div><div>Lee</div><div><br></div></div></blockquote><div><br></div><div>You're right it's file based. In term of scalability I didn't do yet proper benchmarks, should be done in coming days. Write and read are independent and can happen concurrently. Most of read are cached by the filesystem.</div>

<div><br></div><div>Also the btree is well tested over the last 4 years in Apache CouchDB.</div><div><br></div><div>Let me know if you find anything. I have mostly written this db so I can use a pure erlang database (other than mnesia) in my coming project enki that will be opensourced before the end of the month.</div>

<div><br></div><div>- benoit </div></div></div></div>