On 5 Apr 2010, at 1:45pm, Alexey Pechnikov wrote:

> The b-tree index is not good choice for high-selective data, but there is no
> hash index in SQLite. The hash index will be useful for many new projects 
> and will optimize a lot of existing applications.
> 
> Is anyone interested in this feature?

Do you have an idea when a tree index should be used, and when a hash index 
should be used ?  Will you use both all the time, or allow the user to select 
which one to use ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to