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
Unanswered
Hi All — Has Anyone Run Into Degrading Download Performance With Clearml Storage Manager?


Hi @<1806135344731525120:profile|GrumpyDog7> , this might be related to the boto3 settings, since ClearML uses boto3 under the hood to downloads from S3. You can find the default settings here , where you can also change them using the clearml.conf configuration file (or any of the AWS boto3 env vars which boto3 can automatically detect). Also supported in this section are connect_timeout (default 60), read_timeout (default 60), stream_connections (default 128) and signature_version

  
  
Posted 6 days ago
8 Views
0 Answers
6 days ago
6 days ago