I've just built SQLite 3.2.7 on HP-UX 11 in 64-bit mode. Loading 1000 000 records into a simple table (using .read from SQL script with inserts, 10000 in a single transaction) took 5 min 40 s (the same in 32-bit - 06:29) and creating index 56 s (01:14 for 32-bit). Unfortunately, this is heavily loaded server, so results above may not be precise.
Regards, Jarek > Hamid Benhocine <[EMAIL PROTECTED]> wrote: > > I want just to know if the Engine is 64 bits ready > > SQLite is designed to work on 64-bit machines. There have > been a few alignment problems in the past but those have all > been worked out now, I believe. I do not have a 64-bit > machine to test on, but reports from users are that SQLite > works when compiled in 64-bit mode. > -- > D. Richard Hipp <[EMAIL PROTECTED]> > >