Mimir distributor to ingester network x20 #10408
-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            deniszh
          
      
      
        Feb 12, 2025 
      
    
    Replies: 2 comments 1 reply
-
| It's by design, I'm afraid. GRPC by default uncompressed, incoming protobuf is compressed with snappy and distributors do 3x replication. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        colega
-
| Thank you :) Works great. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
It's by design, I'm afraid. GRPC by default uncompressed, incoming protobuf is compressed with snappy and distributors do 3x replication.
Try to configure GRPC compression, gzip for good compression, or S2 for good balance between performance and compression. See #8522 and #10411