Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello, Question About The Time Of Upload: Is It Faster Or Exactly The Same To Upload 1 File Of 1Gb Compared To 10 Files Of 100 Mb?

Hello,

Question about the time of upload:
Is it faster or exactly the same to upload 1 file of 1Gb compared to 10 files of 100 Mb?

  
  
Posted 11 months ago
Votes Newest

Answers 3


Hi @<1556812486840160256:profile|SuccessfulRaven86> , are you uploading to a self-hosted server?

  
  
Posted 11 months ago

For now, I am uploading to the basic-available ClearML server to store my data. But I will soon use S3 buckets to store data. So the question is for both use cases 🙂

  
  
Posted 11 months ago

When using S3, I think boto3 (which is used under the hood), will use multipart uploads, so I'd say stick to the large file

  
  
Posted 11 months ago
647 Views
3 Answers
11 months ago
11 months ago
Tags