What i meaning how sqlite do for search b-tree indexs? the index are copy to main memory or the merge is done just in hard disk search for every item? understand my question?
On 9/4/06, Cesar David Rodas Maldonado <[EMAIL PROTECTED]> wrote:
Hello to all! I am developing a application for great performance and I want to know how SQLite works for merger two list of index, because as i understand every index is a b-tree right? Please help me because i need great perfomance, i am developing a very large Inverted Index. Thanks to all