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

Handle large mesh data #410

Open
greschd opened this issue Feb 8, 2024 · 0 comments
Open

Handle large mesh data #410

greschd opened this issue Feb 8, 2024 · 0 comments

Comments

@greschd
Copy link
Member

greschd commented Feb 8, 2024

The mesh query can transfer large datasets, which may exceed the gRPC message limit (default 4MB, currently set to 256 MB). To ensure we can handle large models, we should consider:

  • should the ElementalData and NodalData components be transferred all in one request? [1]
  • should we implement chunked array transfer here?

[1] this also makes it easy to accidentally load the data more than once

@greschd greschd changed the title Handle very large mesh data Handle large mesh data Feb 8, 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