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
My Clearml Fileserver Is Super Slow. Scp Command Works Sends 10 Mb/S, But Downloading Clearml Artifact Using Api, Using The Same Source And Destination Machines Has 0.06 Mb/S Transfer. What Could Be The Cause? Clearml Fileserver Is Hosted As A Docker Cont

My ClearML fileserver is super slow. SCP command works sends 10 MB/s, but downloading clearml artifact using API, using the same source and destination machines has 0.06 MB/s transfer. What could be the cause? ClearML fileserver is hosted as a docker container.

  
  
Posted 6 months ago
Votes Newest

Answers 2


Simple docker compose. The connection shouldn't go through VPN. Generally even while using an agent at the same machine, upload is woefully slow - a 4 GB file is uploading for more than 40 minutes.

  
  
Posted 5 months ago

Hi @<1523701122311655424:profile|VexedElephant56> , can you please elaborate a bit more on how you set up the server? Is it on top of a VPN? Is there a firewall? Is it a simple docker compose or on top of K8s?

  
  
Posted 5 months ago
305 Views
2 Answers
6 months ago
5 months ago
Tags