Re: PostgreSQL a slow DB? - Mailing list pgsql-novice

From
Subject Re: PostgreSQL a slow DB?
Date
Msg-id 09ef01c65d02$a6540600$0201a8c0@iwing
Whole thread Raw
In response to Re: PostgreSQL a slow DB?  (<operationsengineer1@yahoo.com>)
List pgsql-novice
>> 3... switzerland's largest cinema website moved from
>> sql server to
>> postgresql two months ago. lost some comfort
>> (automated backups, jobs) but
>> gained lot of performance, stability... and last but
>> not least, budget! ;-)
>
> Thomas, can't pgsql backups be autmoated via cron
> jobs?  i think it is a bit more complex than point and
> click, but once you know how, it isn't and issue
> anymore.
>
> speaking of knowing how...  i'll be asking just this
> question in the future.  ;-)

of course it can. but it's not as comfortable as through an internal db
scheduling job. in mssql, you also could schedule just about anything...
like reindex, data integrity checks, etc.. all of these can be handled
through a cron job or a windows task as well, but its kinda an external
process compared to the way it is done in mssql.

i saw internal schedule jobs already being on the wishlist for future pgsql
versions :-)

cheers,
thomas



pgsql-novice by date:

Previous
From: Lan Barnes
Date:
Subject: Triggering a table id from a sequence
Next
From: Alan Hodgson
Date:
Subject: Re: PostgreSQL a slow DB?