Re: [GENERAL] tup_returned/ tup_fetched

2008-12-16 Thread Angel
El Martes, 16 de Diciembre de 2008 04:02:09 Sebastian Böhm escribió: sorry I was not very precise. My question is what does it actually mean in the end for these two functions: pg_stat_get_db_tuples_returned(oid) bigint Number of tuples returned for database

Re: [GENERAL] tup_returned/ tup_fetched

2008-12-15 Thread Sebastian Böhm
sorry I was not very precise. My question is what does it actually mean in the end for these two functions: pg_stat_get_db_tuples_returned(oid) bigint Number of tuples returned for database pg_stat_get_db_tuples_fetched(oid) bigint Number of tuples fetched for database I read the

[GENERAL] tup_returned/ tup_fetched

2008-12-14 Thread Sebastian Böhm
Hi, one question: what actually is tup_returned and tup_fetched ? read from disc before scans and before aggregate ? thanks sebastian

Re: [GENERAL] tup_returned/ tup_fetched

2008-12-14 Thread Gregory Stark
Sebastian Böhm s...@exse.net writes: one question: what actually is tup_returned and tup_fetched ? RTFM -- admittedly it's not so easy to find these since you have to know they come from the following functions: pg_stat_get_tuples_returned(oid) bigint Number of rows read by sequential scans