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: two memory-...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 11 of 21 Topic 4044 of 4361
Post > Topic >>

Re: two memory-consuming postgres processes

by deliverable@[EMAIL PROTECTED] (Alexy Khrabrov) May 2, 2008 at 01:51 PM

On May 2, 2008, at 1:40 PM, Scott Marlowe wrote:
> Again, a database protects your data from getting scrambled should the
> program updating it quit halfway through etc...

Right -- but this is a data mining work, I add a derived column to a  
row, and it's computed from that very row and a small second table  
which should fit in RAM.

> Have you been vacuuming between these update attempts?  Each one has
> created millions of dead rows and bloated your data store.  vacuum
> full / cluster / reindex may be needed.

I've read postgresql.conf better and see autovacuum = on is commented  
out, so it's on.  That explains why shutting down was taking so long  
to shut autovacuum down too.

Basically, the derived data is not critical at all, -- can I turn (1)  
off transactional behavior for an UPDATE, (2) should I care about  
vacuuming being done on the fly when saving RAM, or need I defer it/ 
manage it manually?

I wonder what MySQL would do here on MyISAM tables without  
transactional behavior -- perhaps this is the case more suitable for  
them?

Cheers,
Alexy

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




 21 Posts in Topic:
two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 12:24:35 
Re: two memory-consuming postgres processes
scott.marlowe@[EMAIL PROT  2008-05-02 13:30:38 
Re: two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 12:38:37 
Re: two memory-consuming postgres processes
scott.marlowe@[EMAIL PROT  2008-05-02 13:53:56 
Re: two memory-consuming postgres processes
tgl@[EMAIL PROTECTED] (T  2008-05-02 16:13:37 
Re: two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 13:26:47 
Re: two memory-consuming postgres processes
gsmith@[EMAIL PROTECTED]   2008-05-02 16:22:29 
Re: two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 13:28:42 
Re: two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 13:35:32 
Re: two memory-consuming postgres processes
scott.marlowe@[EMAIL PROT  2008-05-02 14:40:51 
Re: two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 13:51:44 
Re: two memory-consuming postgres processes
craig_james@[EMAIL PROTEC  2008-05-02 14:02:24 
Re: two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 14:09:52 
Re: two memory-consuming postgres processes
lists@[EMAIL PROTECTED]   2008-05-02 23:30:44 
Re: two memory-consuming postgres processes
gsmith@[EMAIL PROTECTED]   2008-05-02 17:23:45 
Re: two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 14:30:17 
Re: two memory-consuming postgres processes
Kevin.Grittner@[EMAIL PRO  2008-05-02 16:43:58 
Re: two memory-consuming postgres processes
deliverable@[EMAIL PROTEC  2008-05-02 15:03:12 
Re: two memory-consuming postgres processes
Kevin.Grittner@[EMAIL PRO  2008-05-02 17:29:00 
Re: two memory-consuming postgres processes
matthew@[EMAIL PROTECTED]  2008-05-03 10:25:28 
Re: two memory-consuming postgres processes
mmoncure@[EMAIL PROTECTED  2008-05-03 11:07:11 

Post A Reply:
  Go here to Signup

AddThis Feed Button


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

Contact
tan12V112 Wed Oct 15 20:57:33 CDT 2008.