Best practice in postgres

Поиск
Список
Период
Сортировка
От Nilesh Doshi
Тема Best practice in postgres
Дата
Msg-id BAY13-F3332F2EBBA888423DA1837BEA80@phx.gbl
обсуждение исходный текст
Ответы Re: Best practice in postgres  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-general
Hi All,

I'm new to postgres, so I need your help.

We are in the process of migrating from oracle to postgres. DB size is about
400gb.
My question is about schemas in oracle and postgres. Does every schema in
oracle becomes a separate database in postgres ? OR it is still like oracle,
where all schemas are part of big database ?

Also, I thought vacuuming will be easier if oracle schema becomes database
in postgres. For example in our case each schema is like 80-90 gb, smaller
compare to vacuuming on 400gb.

Thanks,



В списке pgsql-general по дате отправления:

Предыдущее
От: Mark
Дата:
Сообщение: vacuumdb
Следующее
От: pj@net-es.dk (Per Jensen)
Дата:
Сообщение: Re: Index scan vs. Seq scan on timestamps