Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Request a Demo
53.28. pg_shmem_allocations_numa
Prev UpChapter 53. System ViewsHome Next

53.28. pg_shmem_allocations_numa#

Thepg_shmem_allocations_numa shows how shared memory allocations in the server's main shared memory segment are distributed across NUMA nodes. This includes both memory allocated byPostgres Pro itself and memory allocated by extensions using the mechanisms detailed inSection 36.10.11. This view will output multiple rows for each of the shared memory segments provided that they are spread across multiple NUMA nodes. This view should not be queried by monitoring systems as it is very slow and may end up allocating shared memory in case it was not used earlier. Current limitation for this view is that won't show anonymous shared memory allocations.

Note that this view does not include memory allocated using the dynamic shared memory infrastructure.

Table 53.28. pg_shmem_allocations_numa Columns

Column Type

Description

nametext

The name of the shared memory allocation.

numa_nodeint4

ID ofNUMA node

sizeint8

Size of the allocation on this particular NUMA memory node in bytes


By default, thepg_shmem_allocations_numa view can be read only by superusers or roles with privileges of thepg_read_all_stats role.


Prev Up Next
53.27. pg_shmem_allocations Home 53.29. pg_stats
epubpdf
Go to Postgres Pro Standard 18
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp