Re: How do I optimize this?
От
Wei Weng
Тема
Re: How do I optimize this?
Дата
Msg-id
49C02611.7020104@kencast.com
Ответ на
How do I optimize this? (Wei Weng)
Список
Дерево обсуждения
How do I optimize this? Wei Weng <wweng@kencast.com>
Re: How do I optimize this? Wei Weng <wweng@kencast.com>
Re: How do I optimize this? Richard Huxton <dev@archonet.com>
I made a mistake in the queries: They should be update T set t1 = b.aa FROM (select COUNT(1) as aa FROM D WHERE D.da = 1) as b where tkey = ; update T set t2 = b.aa FROM (select COUNT(1) as aa FROM D WHERE D.da = 2) as b where tkey = ; ... update T set t10 = b.aa FROM (select COUNT(1) as aa FROM D WHERE D.da = 10) as b where tkey = ; Thanks Wei On 03/17/2009 05:43 PM, Wei Weng wrote: > Hi all. > > I have the following scenario: > > A table T (int t1; int t2; ... int t10; int tkey) > A table D (int da; int db), > > And I have the following query > update T set t1 = b.aa FROM (select COUNT(1) as aa FROM D WHERE D.da = > ) as b where tkey = ; > update T set t2 = b.aa FROM (select COUNT(1) as aa FROM D WHERE D.da = > ) as b where tkey = ; > ... > update T set t10 = b.aa FROM (select COUNT(1) as aa FROM D WHERE D.da > = ) as b where tkey = ; > > The queries are run on the same . Is there anyway to optimize > this??? > > > Thanks > Wei > > > >
В списке pgsql-sql по дате отправления
От: Ivan Sergio Borgonovo
Дата: