![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^6: Threads and DBD::SQLite?by erix (Prior) |
on Dec 16, 2013 at 23:41 UTC ( [id://1067391]=note: print w/replies, xml ) | Need Help?? |
Very interesting: I find that, with threads, postgres is not even so much slower. Like you, I am a bit suspicious of the results, (All this is with fsync = off (in postgresql.conf), but that (as expected) only seems to influence the writing, not the reading) So, comparison is again between a SQLite memory table, and a postgresql normal table. UPDATE I believe there is an oversight in the threading block. ISTM that it doesn't retrieve enough. But I have to admit that I do not quite understand it at the moment. And I'll have to leave it at that for now (bedtime), more later, I hope...
(This is PostgreSQL 9.4devel, btw)
In Section
Seekers of Perl Wisdom
|
|