You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
greschd
changed the title
Handle very large mesh data
Handle large mesh data
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:
ElementalData
andNodalData
components be transferred all in one request? [1][1] this also makes it easy to accidentally load the data more than once
The text was updated successfully, but these errors were encountered: