Re: Long running queries and timeouts

From: jeff fitzmyers <fitz22(at)earthlink(dot)net>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: Long running queries and timeouts
Date: 2002-01-20 14:56:42
Message-ID: EA8423B5-0DB5-11D6-877C-00306569F51E@earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

> If you have a couple of queries in one script you can divide them
> up on different pages.

I have a page that uses many queries to gather a bunch of stats that are
saved for later display. It is not too important that they be noted at
exactly the same time so every xxth time (or after a timestamp) 1 of
them is updated. The next case to update is saved in the row. Adds a bit
of overhead, but I don't have to worry as the db grows and can easily
add more cases.

Jeff

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-01-20 15:04:38 LinuxTag 2002 - European Linux Conference, June 6-9
Previous Message Einar Karttunen 2002-01-20 13:46:27 Re: frustration with database size <long>

Browse pgsql-php by date

  From Date Subject
Next Message Francisco Reyes 2002-01-20 15:50:24 Re: Long running queries and timeouts
Previous Message Cornelia Boenigk 2002-01-20 02:59:42 Re: Long running queries and timeouts