* nodger:
Quote:
I need advise on using the recno db structure. Its the only one that
allows arbitrary lengths of records. Ok, I need this. so that narrows
it down. |
Normal B-trees also do not impose significant limits on the record
size (besides the 2 GB limit, which also affects Recno databases).
Quote:
Now, I need to store bits of info about each visitor in a record, and
these records can grow over time, and I will also need to "trim" these
now and again and delete them. also the IP address of the surfer will
be the key. Is this suited to recno? |
No, you should use B-trees.