We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在 openEuler 23.09 上编译了下 polardb for postgresql 发现有个问题(在 openEuler 22.03 上也是一样的), polar_datadir 下的 polar_fullpage 占用 大几百 M, 我都还没新建业务库, polar_fullpage 就 769M 了,
我在单机上, 只想将 polardb for postgresql 当做原生 postgresql 来使用(有原生 postgresql 的功能即可, 额外功能不需要太多) 有方法能解决 polar_fullpage 占用过大问题么?
[postgres@openeuler23 polar_fullpage]$ psql psql (PostgreSQL 15.10 (PolarDB 15.10.3.0 build bbc102d8) on x86_64-linux-gnu) Type "help" for help. postgres=# show polar_datadir ; polar_datadir -------------------------------------------------- file-dio:///home/postgres/tmp_polardb_pg_15_data (1 row) postgres=# show full_page_writes ; full_page_writes ------------------ off (1 row) postgres=# \q [postgres@openeuler23 polar_fullpage]$ du -sh /home/postgres/tmp_polardb_pg_15_data/* 29M /home/postgres/tmp_polardb_pg_15_data/base 516K /home/postgres/tmp_polardb_pg_15_data/global 4.0K /home/postgres/tmp_polardb_pg_15_data/pg_commit_ts 8.0K /home/postgres/tmp_polardb_pg_15_data/pg_logindex 28K /home/postgres/tmp_polardb_pg_15_data/pg_multixact 4.0K /home/postgres/tmp_polardb_pg_15_data/pg_replslot 4.0K /home/postgres/tmp_polardb_pg_15_data/pg_tblspc 4.0K /home/postgres/tmp_polardb_pg_15_data/pg_twophase 3.1G /home/postgres/tmp_polardb_pg_15_data/pg_wal 12K /home/postgres/tmp_polardb_pg_15_data/pg_xact 769M /home/postgres/tmp_polardb_pg_15_data/polar_fullpage
The text was updated successfully, but these errors were encountered:
Hi @yueludanfeng ~ Thanks for opening this issue! 🎉
Please make sure you have provided enough information for subsequent discussion.
We will get back to you as soon as possible. ❤️
Sorry, something went wrong.
No branches or pull requests
环境
我在 openEuler 23.09 上编译了下 polardb for postgresql
发现有个问题(在 openEuler 22.03 上也是一样的), polar_datadir 下的 polar_fullpage 占用 大几百 M, 我都还没新建业务库, polar_fullpage 就 769M 了,
我在单机上, 只想将 polardb for postgresql 当做原生 postgresql 来使用(有原生 postgresql 的功能即可, 额外功能不需要太多)
有方法能解决 polar_fullpage 占用过大问题么?
操作演示如下
The text was updated successfully, but these errors were encountered: