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
Hey All, We Are Considering To Set Up A Self-Hosted Clearml Server For Our Team And I’M Trying To Estimate Resources We Would Need For It. Is There Any Documentation About How Clearml Utilizes The Databases In It’S Architecture (Es, Mongo, Redis). What Da

Hey all,
We are considering to set up a self-hosted ClearMl server for our team and i’m trying to estimate resources we would need for it.
Is there any documentation about how ClearMl utilizes the databases in it’s architecture (ES, mongo, redis). What data each one of them stores?

  
  
Posted 3 months ago
Votes Newest

Answers


Hi @<1661542585304354816:profile|CurvedKoala18> , in general ES is used for events and metrics, Mongo is used for administrative data and metadata, and redis serves mostly as memory cache

  
  
Posted 3 months ago
181 Views
1 Answer
3 months ago
3 months ago
Tags