question related to pg_stat_database - Mailing list pgsql-general

From Arvind Singh
Subject question related to pg_stat_database
Date
Msg-id BLU164-W463A94422A660892908830CAD00@phx.gbl
Whole thread Raw
List pgsql-general
Hello pg_users,
 
we have just migrated  an application from mysql to postgresql
 
we use csharp+npgsql to develo application
 
I need to monitor Postgresql statistics at regular intervals.
 
I came across pg_stat_database and especially the columns tulip_fetched and tup_returned.
 
Is there anything to worry , when comparing both figures.
 
For ex. my server reports
 
tulip_fetched = 736555240
 
tulip_returned = 99888791 (almost 10% of fetched)
 
 
 
thanx.
 
 
 
 

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: PostgreSQL Naming Rules
Next
From: Szymon Guz
Date:
Subject: PostgreSQL Naming Rules - another question