Hi,

I am a new user of SQLite and I have a series of steps to do on a single
table, and it takes way too long. I will outline the steps below and please
let me know if I can do anything different to speed things up a bit.

So I am coding up a cache simulator. The input basically consists of a
series of addresses:
Seq No Address
1 0x124590000
2. 0x033333300
...

These are addresses accessed by a program. There will be 100 billion entries
or so like this, which makes it necessary to use the database. The
processing is as follows:
1. Read the addresses into the table.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to