Skip to content
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

Implement extraction of the data part of data portion in WAL segments #301

Open
sh-soltanpour opened this issue May 21, 2024 · 0 comments
Open
Assignees
Labels
feature New feature

Comments

@sh-soltanpour
Copy link
Contributor

Is your feature request related to a problem? Please describe.
As the last part of #296, we need to parse the data part of the data portion from the image below. To do this, we probably need information from both header parts (#299 and #300).

Describe the solution you'd like
The data part consists of one or more block data and one main data data structure, and the whole data can be categorized into one of the two data structures: BackupBlock and NonBackupBlock. Based on the information from the header, the solution must recognize the correct type of data structure to be used and then parse the data accordingly.

Additional information

Any additional information you can provide, like an overall design description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant