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
Hi Everyone! I Have A Clearml Dataset That Takes Up 10 Tb. Its Local Download (Get_Local_Copy) Takes About A Month. Can You Tell Me How To Speed Up This Process? I Keep The Cache In Nfs.

Hi everyone!
I have a ClearML dataset that takes up 10 Tb. Its local download (get_local_copy) takes about a month. Can you tell me how to speed up this process? I keep the cache in nfs.

  
  
Posted 2 months ago
Votes Newest

Answers 2


Hi @<1578555761724755968:profile|GrievingKoala83> , with such huge files, I would think storing the files in NAS to begin with (using the file:// scheme, no uploading to the fileserver) should make this manageable

  
  
Posted 2 months ago

okey, I see, thank you!

  
  
Posted 2 months ago
308 Views
2 Answers
2 months ago
2 months ago
Tags