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

Large file options #183

Open
jpmckinney opened this issue Jul 17, 2023 · 1 comment
Open

Large file options #183

jpmckinney opened this issue Jul 17, 2023 · 1 comment

Comments

@jpmckinney
Copy link
Member

At present, large files will exhaust memory, unless open-contracting/lib-cove-ocds#56 is implemented.

Even if that issue is closed, large files will take very long to process, because jsonschema is slow. (lib-cove is also slow, but we can omit the slow parts like aggregates for large files.)

BODS recently added a sample mode, which effectively reduces the size of the file: openownership/cove-bods#79

It also added a background worker, so that large files at least don't timeout: openownership/cove-bods#81

@jpmckinney
Copy link
Member Author

jpmckinney commented Oct 2, 2024

See open-contracting/lib-cove-ocds#123 re: 2nd paragraph

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

No branches or pull requests

1 participant