Francesc Guasch Ortiz wrote:
> 
> I'm trying to use DBD::AnyData and I see it's way slow.

It is faster in RAM mode, but if you need speed you should be using a
full rdbms system or DBM, not text files.

> I wanted to add index or primary keys to the tables but
> I couldn't.

The module does not support primary keys or indexes.  Do you see
anything in the docs that mentions either one?
 
> I wanted to do the tests for a module using DBD::RAM.

DBD::AnyData is the new name for DBD::RAM, I do not advise using
DBD::RAM for anything.

-- 
Jeff

Reply via email to