Re: BUG #5450: system lacked sufficient buffer space, or because a queue was full, could not perform the operation - Mailing list pgsql-bugs

From Takahiro Itagaki
Subject Re: BUG #5450: system lacked sufficient buffer space, or because a queue was full, could not perform the operation
Date
Msg-id 20100510121415.9C45.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: BUG #5450: system lacked sufficient buffer space, or because a queue was full, could not perform the operation  (goutham jalakam <jgowtham@gmail.com>)
List pgsql-bugs
goutham jalakam <jgowtham@gmail.com> wrote:

> Our application has to take backup aroung 200GB or more data based on
> Database.
>
> Physical files in the local system will be uploaded to NAS raid server based
> on Database records.
> for each and every database record associated files wil be available.
> So, more than 300000 times database queries and updates to DB and around
> 600000 files to be uploaded to NAS.

Have you check KB196271 already? It might be an issue in Windows.
http://support.microsoft.com/kb/196271/en


> > > PostgreSQL version: 8.1.5
> > > Operating system:   Window xp(sp2)
> >
> > BTW, your message comes from WSAENOBUFS (10055). The error could be
> > raised by various reasons. We need what you did when you receive
> > the message to research your problem.

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center

pgsql-bugs by date:

Previous
From: Greg Stark
Date:
Subject: Re: bool: symbol name collision
Next
From: Takahiro Itagaki
Date:
Subject: Re: "SET search_path" clause ignored during function creation