Re: [sqlite] Hashing question

2007-03-29 Thread Eduardo Morras
At 16:20 29/03/2007, you wrote: >Eduardo Morras <[EMAIL PROTECTED]> wrote: >> Hello: >> >> I'm trying to use altivec simd code to SQLite. Has read hash.c >> but it looks like hashing is done one by one when insert data. >> Is it true? When is called rehash function? If i insert data with >> inde

Re: [sqlite] Hashing question

2007-03-29 Thread drh
Eduardo Morras <[EMAIL PROTECTED]> wrote: > Hello: > > I'm trying to use altivec simd code to SQLite. Has read hash.c > but it looks like hashing is done one by one when insert data. > Is it true? When is called rehash function? If i insert data with > index i think hashing happens one by one, b

Re: [sqlite] Hashing question

2007-03-29 Thread Eduardo Morras
At 11:27 29/03/2007, you wrote: >Hello: > > I'm trying to use altivec simd code to SQLite. Has read hash.c but it looks > like hashing is done one by one when insert data. Is it true? When is called > rehash function? If i insert data with index i think hashing happens one by > one, but if i in

[sqlite] Hashing question

2007-03-29 Thread Eduardo Morras
Hello: I'm trying to use altivec simd code to SQLite. Has read hash.c but it looks like hashing is done one by one when insert data. Is it true? When is called rehash function? If i insert data with index i think hashing happens one by one, but if i insert all data and after that make an inde