FTS3 extension is very fast and scalable hash engine. I did test FTS3 up to
400+ millions of record and it's nice.

2010/11/3 Ben Harper <b...@imqs.co.za>

> Hi,
> I know the answer to this question is really "Just try it and see", but I
> want to gauge whether the idea is sane or not before I spend/waste time on
> the effort:
>
> I want to build a custom hash table DB, and to solve the
> concurrency+durability I need something akin to a WAL, and SQLite's WAL
> seems like a perfect fit. I've looked into the wal.c/wal.h a bit and from my
> brief perusal it looks like I could quite easily strap the SQLite WAL onto
> my custom hash table DB.
>
> Does this sound like a reasonable thing to do?
> Am I going to have to do a lot of work to spoof the WAL logic, or is it
> made to run pretty much ignorant of the file that it is WAL'ing against?
>
> Thanks,
> Ben
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to