Re: [GENERAL] Large arrays give long lag on server side before command executes

2004-09-24 Thread Tom Lane
Steve Crawford <[EMAIL PROTECTED]> writes: > On Friday 24 September 2004 7:32 am, Tom Lane wrote: >> I'm betting on some O(N^2) behavior in the array code, but it'll be >> difficult to pinpoint without profile results. > Possibly the bug we discussed early last year (IIRC added to todo but > not

Re: [GENERAL] Large arrays give long lag on server side before command executes

2004-09-24 Thread Steve Crawford
On Friday 24 September 2004 7:32 am, Tom Lane wrote: > David Helgason <[EMAIL PROTECTED]> writes: > > I'm calling one stored procedure with a prepared statement on the > > server with 6 arrays of around 1200 elements each as parameters. > > The parameters are around 220K in total. > > Exactly how a