Re: [sqlite] SQLite with Index

2006-08-23 Thread John Stanton

Sqlite creates B-Tree indices.  It is a form of self balancing tree index.

Manzoor Ilahi Tamimy wrote:


Dear All,

I have question about Index.

When we create an index  on a table then how SQLite manage it. Whether SQLite 
uses Hashing or some other technique to handle index.


Can some one guide me where can I find the details working process of SQLIte 
when we create Index. 



Best regards, 


Manzoor Ilahi Tamimy



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




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



[sqlite] SQLite with Index

2006-08-23 Thread Manzoor Ilahi Tamimy


Dear All,

I have question about Index.

When we create an index  on a table then how SQLite manage it. Whether SQLite 
uses Hashing or some other technique to handle index.

Can some one guide me where can I find the details working process of SQLIte 
when we create Index. 


Best regards, 

Manzoor Ilahi Tamimy



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