Limitation on the amount of tuple allowed to be uploaded #45
Labels
good first issue
Denotes an issue ready for a new contributor.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
The maximum number of tuples in a so-called TupleChunk is limited to 100000 (hardcoded in DefaultCastorUploadClient) which highly affects usability and eventually performance when uploading tuples.
Also the Websocket message size is capped at 10MB, which further restricts upload options. (See Castor-Service application.yaml)
The text was updated successfully, but these errors were encountered: