To make a good choice you must consider many things. How are you going to query the data? Do you need sql to perform searches? Do you need sqlite's ACID features?
On 4/8/07, Lloyd <[EMAIL PROTECTED]> wrote:
Hi, I want to store and retrieve sorted integer (these integers are file offsets). So do I have to use SQLite or shall I store it in a file? (Reading from the file will be easy by using fseek()). Which would be efficient? SQLit or this file way? or do you have any other suggestions? (In this case, I will have millions of integers to store and retrieve)