Skip to content

Reduce Page/WAL sizes #753

New issue

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

Closed
patins opened this issue Oct 13, 2021 · 4 comments
Closed

Reduce Page/WAL sizes #753

patins opened this issue Oct 13, 2021 · 4 comments
Assignees
Labels
c/PostgreSQL Component: PostgreSQL features and bugs

Comments

@patins
Copy link
Contributor

patins commented Oct 13, 2021

Spoke with @hlinnaka about a few cases/areas we can optimize

  • zero pages
  • blank spaces in the middle of pages
  • wal record header data (checksum, pointer previous awl record, ...)
  • wal record relfilenode
  • simplify format for clog + slru
@MMeent
Copy link
Contributor

MMeent commented Jan 18, 2022

See also: neondatabase/rfcs#14

@shanyp
Copy link
Contributor

shanyp commented Jul 16, 2023

@MMeent @hlinnaka while combing the backlog found this one, any work has been done on this one ?

@MMeent
Copy link
Contributor

MMeent commented Jul 17, 2023

I have been working on the PostgreSQL side of this, but nothing in Neon. See neondatabase/postgres#291

@shanyp shanyp added c/PostgreSQL Component: PostgreSQL features and bugs and removed c/storage/pageserver Component: storage: pageserver labels Jul 17, 2023
@jcsp
Copy link
Contributor

jcsp commented Mar 11, 2024

Very old ticket.

@jcsp jcsp closed this as completed Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/PostgreSQL Component: PostgreSQL features and bugs
Projects
None yet
Development

No branches or pull requests

5 participants