Обсуждение: help in postgresql

Поиск
Список
Период
Сортировка

help in postgresql

От
Karuna Karpe
Дата:
Hello sir,

            I am fresher for working as DB-Admin and also beginner for postgresql database.  I have bit of knowledge about Oracle.
So, I have some of the questions about postgres. i.e. Is postgresql store huge amount of data like oracle? Most organizations use oracle database, why use postgresql? and so on. So, please Can you explain me the difference between oracle and postgres? How the postgresql is beneficial then oracle and other databases?
            Please help me to being familiar with postgresql. 



Regards,
karuna karpe.

Re: help in postgresql

От
"Kevin Grittner"
Дата:
Karuna Karpe <karuna.karpe@os3infotech.com> wrote:

> Is postgresql store huge amount of data like oracle?

It's generally easier to respond to more specific questions.  What
is "huge"?  Our shop has a database of over 2 TB backing this web
site:

http://wcca.wicourts.gov/

I know there are PostgreSQL databases much larger than that.

> why use postgresql?

It has a lot of features not present in any other database product.
Performance is very good and steadily improving.  In my opinion it
is the most stable and reliable database product available.  Support
for PostgreSQL easily beats support I've seen for any other product.

> How the postgresql is beneficial then oracle and other databases?

When we moved to PostgreSQL it saved us a lot of money every year in
support and license fees, while improving up-time and simplifying
backup and maintenance procedures.

> Please help me to being familiar with postgresql.

I recommend you download a copy and try it out.  Don't be shy about
asking questions, but remember to provide enough context and detail
that people can provide useful responses without having to guess too
much.

-Kevin