Re: Disk I/O Question

From: teeeebro <terryb(at)esi(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Disk I/O Question
Date: 2015-11-10 18:42:42
Message-ID: 1447180962503-5873425.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Fair question

Let me elaborate. The command was simply to test the speed at which data
can be written to disk.

Postgre comes into play with the monitoring application itself. Information
pertaining to the 5000+ devices being monitored is sent to the monitoring
application and written to the Postgre database.

The issue we're having is that around 10% (or so) of the data received is
being discarded because according to the vendor (SolarWinds) it cannot be
written to disk fast enough. Simply too much data coming in and nowhere to
go so it gets dropped.

--
View this message in context: http://postgresql.nabble.com/Disk-I-O-Question-tp5873364p5873425.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-11-10 18:49:22 Re: Best tool to pull from mssql
Previous Message Andreas Joseph Krogh 2015-11-10 18:39:54 Re: Disk I/O Question