Re: Is CDB_File good for CDB in readonly

2011-04-04 Thread Rob Coops
Hi Ram, CBD or Berkely DB is optimized for reading, it is meant to deal with large volumes of simple non-relational basic data, so no images blobs, globs or any of that stuff... besides that it will be fast very very fast. To give you an example in the past I used to work on a Berkely DB driven D

Is CDB_File good for CDB in readonly

2011-04-03 Thread Ramprasad Prasad
I have a CDB database with 1 Million to 10 Million records .. This is just a key where the app needs to lookup if an entry exists or not. I dont need the value. My app will be looking up the key_exists() almost 100 times a second What is the fastest way of implementin this I have a few question