On Dec 29, 9:53 pm, Olek Poplavsky <[email protected]> wrote:
> I am using postgres 8.4 ('pg' driver),

Try installing the sequel_pg gem (which I wrote).  It does the type
conversion in C.  This is faster in general and also avoids creating a
lot of intermediate objects, which results in less GC churn.  Sequel's
postgres adapter will automatically pick up sequel_pg if it is
installed and you are using the pg driver.  Please give it a shot and
let me know how much of a speedup it gives you.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to