carbynestack / castor

Carbyne Stack tuple store for secure multiparty computation
https://carbynestack.io
Apache License 2.0
7 stars 4 forks source link

Limitation on the amount of tuple allowed to be uploaded #45

Open sbckr opened 1 year ago

sbckr commented 1 year ago

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)