mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	docs: Escape asterisks for Prettier compatibility.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							0a3e022376
						
					
				
				
					commit
					7b3d4ff1de
				
			@@ -119,7 +119,7 @@ efficient:
 | 
			
		||||
  each user, we just query for each user, and then add up the numbers for
 | 
			
		||||
  the users to get the totals for the realm.
 | 
			
		||||
- Not storing rows when the value is 0. An hourly user stat would otherwise
 | 
			
		||||
  collect 24 * 365 * roughly .5MB per db row = 4GB of data per user per
 | 
			
		||||
  collect 24 \* 365 \* roughly .5MB per db row = 4GB of data per user per
 | 
			
		||||
  year, most of whose values are 0. A related note is to be cautious about
 | 
			
		||||
  adding queries that are typically non-0 instead of being typically 0.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user