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

LiveDB Export Iterates accounts twice #1000

Open
kjezek opened this issue Aug 22, 2024 · 0 comments
Open

LiveDB Export Iterates accounts twice #1000

kjezek opened this issue Aug 22, 2024 · 0 comments
Assignees

Comments

@kjezek
Copy link
Collaborator

kjezek commented Aug 22, 2024

At the moment, when exporting liveDB, accounts are iterated twice. First time, they are iterated to find referenced codes, second time, they are iterated to do actual export them.

This is time consuming.

It should be possible to find referenced codes as part of exporting accounts. The only obstacle is, that codes are written in the file before MPT payload.

It would need either prepend the codes before the export, or check if the codes can be stored after the MPT payload.

@kjezek kjezek self-assigned this Aug 22, 2024
@kjezek kjezek added this to the Improved Tooling milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant