Re: [sqlite] Developers of SQLite

2003-11-05 Thread Danny Reinhold
Hi! Another day I saw a homepage with the developers of SQLite but I'm not finding again. Does anybody could send it to me? Probably you mean this page: http://cvs.hwaci.com/sqlite/wiki?p=PointsOfContact I even did not find a direkt way via the wiki to it (I searched in the archive)... BTW:

Re: [sqlite] Performance problem

2003-11-05 Thread Jonas Forsman / Axier.SE
According to the postgresql documentation, the hash algorithm is discouraged compared to b-tree for performance reasons. http://www.postgresql.org/docs/view.php?version=7.3idoc=1file=indexes-types.html Note: Testing has shown PostgreSQL's hash indexes to be similar or slower than B-tree indexes,