Re: Fw: Sub SELECTS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Title: Re: [PHP] Fw: Sub SELECTS
on 9/25/02 8:51 AM, waruna@xxxxxxxxxxx purportedly said:

I have a select query with 2 sub selects.
When I run that query CPU usage goes to 98% for postgres.
Does sub selects eat more resources and slower the queries?
Is there any alternatives to sub selects?

That high CPU usage seems odd. I wouldn't think that even extremely complex queries would effect CPU that much, unless there are other factors such as low memory that would contribute.

If any case, if you post the query and table schemas we might be able to make suggestions. Sub-selects are generally fairly efficient unless the results from the sub-selects are particularly large. Postgres may not be able to use indexes on sub-select results, I am not sure.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"

[Index of Archives]     [Postgresql General]     [Postgresql Admin]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Backpacking]     [Postgresql Jobs]

  Powered by Linux