Re: [sqlite] What would you suggest?

2007-04-09 Thread Jay Sprenkle

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)



[sqlite] What would you suggest?

2007-04-08 Thread Lloyd
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)

What the real data is a network packet dump file. I want to store and
retrieve the location of each packet, in order to make packet reading a
faster way from a very large dump file (in terms of GBs) 

Thanks,
  Lloyd


__
Scanned and protected by Email scanner

-
To unsubscribe, send email to [EMAIL PROTECTED]
-