Re: Long running queries and timeouts - Mailing list pgsql-php

From jeff fitzmyers
Subject Re: Long running queries and timeouts
Date
Msg-id EA8423B5-0DB5-11D6-877C-00306569F51E@earthlink.net
Whole thread Raw
In response to Re: Long running queries and timeouts  ("Cornelia Boenigk" <poppcorn@cornelia-boenigk.de>)
List 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


pgsql-php by date:

Previous
From: "Cornelia Boenigk"
Date:
Subject: Re: Long running queries and timeouts
Next
From: Francisco Reyes
Date:
Subject: Re: Long running queries and timeouts