in reply to Worried about Tie::DBI

Interface wise, i would not be terribly worried about this. I mean, the DBM modules have been tieing hashes to "databases" all along. I can see feeling un-easy tho.

My major concern would be speed as compared to SQL. If each UPDATE, SELECT, INSERT or DELETE is a single statement handle, there could be some major amounts of waste. If, there is a single statement handle, it maybe a bit better. I see no fundumental problem with <code lang="perl">Tie</code>'ing, but i would suggest testing some of the following under Benchmark


these are just a few, but , i have never used the module, and all of these maybe coverd by a quick look through the perldoc, or some quick code trolling. I find i ask better (read as simpler) questions when i have yet to look at the code.
i had a memory leak once, and it ruined my favorite shirt.