169 похожих чатов

Hello All, I need your assistance with the following tasks: 1)How can

I migrate database links from Oracle to PostgreSQL using ora2pg?

2)How can I determine the appropriate RAM and CPU requirements for both the source and destination before performing an ora2pg migration? Specifically, is there a calculation method to determine the RAM and CPU based on the database size and application usage? For example, guidelines or formulas to determine the RAM and CPU requirements for databases ranging from 50 GB to 2 TB.

5 ответов

28 просмотров

For the PostgreSQL configuration part, my blog post might be usable: https://proopensource.it/blog/postgresql-configuration But for detailed stuff more information would be needed, something where you might want to hire an expert. And you can't import database links. In PostgreSQL you need a foreign data wrapper to access external sources. These have to be installed. There is one available to access Oracle: oracle_fdw.

That's more up to metrics of the server under load. Even with huge databases but simple queries you can get along with a meager setup.

N@R£N- Автор вопроса
N@R£N
Is it depends on application usage?

No, database complexity. Simple database with easy queries and small joins will work fine even on 1Gb RAM. Add wider tables, multiple indexes, huge joins — everything will raise memory demand.

Похожие вопросы

Обсуждают сегодня

Какой-то там пердун в 90-х решил, что есть какая-то разная типизация. Кого вообще это волнует?
КТ315
49
void terminal_scroll() { memmove(terminal_buffer, terminal_buffer + VGA_WIDTH, buffer_size - VGA_WIDTH); memset(terminal_buffer + buffer_size - VGA_WIDTH, 0, VGA_WIDTH); ...
Егор
47
Всем привет! Подскажите, пожалуйста, в чем ошибка? Настраиваю подключение к MySQL. Либы лежат рядом с exe. Все как по "учебнику"
Евгений
16
А можете как-то проверить меня по знаниям по ассемблеру?
A A
132
Здравствуйте! У меня появилась возможность купить книгу "Изучай Haskell во имя добра!". Но я где-то слышал, что эта книга устарела. Насколько это правда??
E
22
Здравствуйте! Я вот на stepic решаю задачи на хаскеле https://stepik.org/lesson/8443/step/8?unit=1578 мой код import Data.List (isInfixOf) removing :: String -> [String] ->...
E
10
Камрады, кто тесно работал с vtv, хотел уточнить. Ширина column задаётся жёстко на этапе создания дерева или можно в рантайме ее менять программно (не мышкой)?
Ed Doc
10
да ладно ... что там неочевидного ? глянуть в исх-ки датасета и/или кверика чтобы понять в каком месте и как выполняется обращения к св-вам blablaSQL - минутное дело, даже е...
Сергей
7
Здесь для arm кто-нибудь кодит ?
Nothing
52
Всем привет, у меня есть сервер принимающий входящие HTTP подключения, как проверить, что подключение было через прокси или нет, есть какие то поля в заголовках по которым мо...
DS
8
Карта сайта