Обсуждение: Will PostgreSQL use normal and huge pages at the same time?

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

Will PostgreSQL use normal and huge pages at the same time?

От
Tim Schwenke
Дата:
Hello,

the default in PostgreSQL is "try" (use if available). But what does this mean?

1. Will it only use huge pages if everything it needs fits into them?
2. Or will it first use huge pages and then use normal pages once no huge page is available anymore?

Regards

Tim