On Fri, 2009-04-17 at 21:36 -0700, koranthala wrote:
[...]
> I understand it is done because all backends does not support it - but
> can it be supported for backends which actually support it? I am using
> postgresql - and now I have to do many non-optimal things to decrease
> this query count.
opics-db-que...
>
> > > > > Alex
> > > > > --
> > > > > "I disapprove of what you say, but I will defend to the death your
> > > right to
> > > > > say it." --Voltaire
> > > > > "The people'
" --Voltaire
> > > > "The people's good is the highest law."--Cicero
>
> > > Thank you Alex.
>
> > Sorry for troubling everyone further. But, I had a similar case of
> > insert too - wherein I insert close to 2K elements at a time.
> >
s-db-que...
> >
> > > Alex
> > > --
> > > "I disapprove of what you say, but I will defend to the death your
> right to
> > > say it." --Voltaire
> > > "The people's good is the highest law."--Cicero
> >
> > Than
e's good is the highest law."--Cicero
>
> Thank you Alex.
Sorry for troubling everyone further. But, I had a similar case of
insert too - wherein I insert close to 2K elements at a time.
Currently, I do it as
list = []
...
in some loop
...
table = Table(values)
list.append(table)
...
f
On Apr 17, 11:51 pm, Alex Gaynor wrote:
> On Fri, Apr 17, 2009 at 2:47 PM, koranthala wrote:
>
> > Hi,
> > I am facing a problem which I believe should be a usual issue for
> > everyone. But I cannot find a way to do it in a straightforward
> > manner.
> > I have to select a list of items
On Fri, Apr 17, 2009 at 2:47 PM, koranthala wrote:
>
> Hi,
>I am facing a problem which I believe should be a usual issue for
> everyone. But I cannot find a way to do it in a straightforward
> manner.
> I have to select a list of items from table A and delete everyone
> of them. Now, there
Hi,
I am facing a problem which I believe should be a usual issue for
everyone. But I cannot find a way to do it in a straightforward
manner.
I have to select a list of items from table A and delete everyone
of them. Now, there are close to 20K elements which I want to delete.
So, what I do
8 matches
Mail list logo