Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Performance > Re: db size
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 14 of 17 Topic 3990 of 4352
Post > Topic >>

Re: db size

by dev@[EMAIL PROTECTED] (Richard Huxton) Apr 17, 2008 at 09:15 AM

Adrian Moisey wrote:
> Hi
> 
>> Running VACUUM VERBOSE will give you a detailed view of space usage of
>> each individual table.
> 
> I did that.
> 
> Not too sure what I'm looking for, can someone tell me what this means:
> 
> INFO:  "blahxxx": scanned 27 of 27 pages, containing 1272 live rows and 
> 0 dead rows; 1272 rows in sample, 1272 estimated total rows

This is a small table that takes up 27 pages and it scanned all of them. 
You have 1272 rows in it and none of them are dead (i.e. deleted/updated 
but still taking up space).

> INFO:  free space map contains 4667977 pages in 1199 relations
> DETAIL:  A total of 4505344 page slots are in use (including overhead).
> 4505344 page slots are required to track all free space.
> Current limits are:  15537488 page slots, 1200 relations, using 91172
kB.

You are tracking ~ 4.6 million pages and have space to track ~ 15.5 
million, so that's fine. You are right up against your limit of 
relations (tables, indexes etc) being tracked though - 1200. You'll 
probably want to increase max_fsm_relations - see manual for details 
(server configuration / free space map).

-- 
   Richard Huxton
   Archonet Ltd

-- 
Sent via pgsql-performance mailing list (pgsql-performance@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
 




 17 Posts in Topic:
db size
adrian@[EMAIL PROTECTED]   2008-04-14 08:29:56 
Re: db size
VGopal@[EMAIL PROTECTED]   2008-04-13 23:55:14 
Re: db size
craig@[EMAIL PROTECTED]   2008-04-14 16:37:54 
Re: db size
lists@[EMAIL PROTECTED]   2008-04-14 11:18:19 
Re: db size
adrian@[EMAIL PROTECTED]   2008-04-14 11:21:59 
Re: db size
lists@[EMAIL PROTECTED]   2008-04-14 11:33:54 
Re: db size
adrian@[EMAIL PROTECTED]   2008-04-14 11:44:12 
Re: db size
lists@[EMAIL PROTECTED]   2008-04-14 12:01:52 
Re: db size
adrian@[EMAIL PROTECTED]   2008-04-15 09:33:06 
Re: db size
craig@[EMAIL PROTECTED]   2008-04-14 18:40:39 
Re: db size
wmoran@[EMAIL PROTECTED]   2008-04-14 09:12:12 
Re: db size
wmoran@[EMAIL PROTECTED]   2008-04-15 07:12:22 
Re: db size
adrian@[EMAIL PROTECTED]   2008-04-17 08:28:42 
Re: db size
dev@[EMAIL PROTECTED] (R  2008-04-17 09:15:04 
Re: db size
adrian@[EMAIL PROTECTED]   2008-04-17 10:37:25 
Re: db size
adrian@[EMAIL PROTECTED]   2008-04-17 10:43:47 
Re: db size
dev@[EMAIL PROTECTED] (R  2008-04-17 09:52:31 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun Oct 12 9:17:38 CDT 2008.