NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
DB Benchmarks (Score:1)
George Schlossnagle posted some interesting performance benchmarks [schlossnagle.org] on reading from embedded databases.
I was surprised to see how crappy SQLite was, especially in the wake of all the earlier raves I'd read about it compared to MySQL for SELECTs.
-adam
Reply to This
Re:DB Benchmarks (Score:2)
It also makes a difference how you execute the query. i.e. do you cache the statement handle, do you use bound variables for the output, etc.
Re:DB Benchmarks (Score:1)
Re:DB Benchmarks (Score:2)
Re:DB Benchmarks (Score:2)
Re:DB Benchmarks (Score:1)
Re:DB Benchmarks (Score:1)
Re:DB Benchmarks (Score:1)