Time-Out Issue - Mailing list pgsql-novice

From Chris Campbell
Subject Time-Out Issue
Date
Msg-id 453A24085F801842AEA8D0B6B269065D03E0D8DDD33E@HDMC.cds.local
Whole thread Raw
Responses Re: Time-Out Issue  (Kevin Grittner <kgrittn@ymail.com>)
Re: Time-Out Issue  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice

Hi,

 

In PostgreSQL 9.3.2, is there a default time-out for running processes (specifically a view via a data connection) that take a long time?  If so, how do I bump it up?  My data connection (Devart) keeps returning time-out errors from PostgreSQL for views that must filter and return massive datasets.  Smaller datasets it has no problem with.

 

The data connection I’m using has a timeout property but that deals only with how long it waits in trying to “establish” a connection to the database.

 

I’m thinking that there is a default time-out value in PostgreSQL that determines how long a process is allowed to run before it’s considered a runaway process and is terminated by PostgreSQL.

 

Thanks,

 

Chris

pgsql-novice by date:

Previous
From: Sameer Kumar
Date:
Subject: Re: Master-slave failover question
Next
From: Kevin Grittner
Date:
Subject: Re: Time-Out Issue