If you are using a B-Tree index for a file system why incorporate Sqlite, why not just write the file system code? B-Trees are well documented.

Cesar Rodas wrote:
I am developing a File System, and I'd like to use B+ Tree and not lost time
and CPU understanding SQL...



On 13/12/06, John Stanton <[EMAIL PROTECTED]> wrote:


It is hard to imagine why you would want to use Sqlite B-Tree access.

Kees Nuyt wrote:
> On Wed, 13 Dec 2006 13:02:37 -0400, you wrote:
>
>
>>I mean the SQLite Core API, something like Berkeley DB.
>>I'd like to use SQLite B+tree API.
>
>
> It has quite recently been discussed, you may want to try to
> search the mailing list archives.
> The conclusion was: the B+tree API is usable but it is easy to
> shoot yourself in the foot.
>
> http://www.sqlite.org/arch.html might be a good starting point
> for further research.



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]

-----------------------------------------------------------------------------






-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to