File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -512,13 +512,14 @@ Glossary
512512      MongoDB will return from the documents in the result set.
513513
514514   pre-splitting
515-       Pre-splitting is an action you can perform prior to data insertion
516-       that specifies the shard key values on which to split chunks.
517-       When deploying a :term:`shard cluster`, it is sometimes necessary
518-       to expedite the initial distribution of documents among shards by
519-       manually dividing the collection into chunks. In this case, you
520-       pre-split the chunks instead of waiting for the MongoDB
521-       :term:`balancer` to create splits.
515+       An operation, performed before inserting data that divides the
516+       range of possible shard key values into chunks to facilitate
517+       easy insertion and high write throughput.  When deploying a
518+       :term:`shard cluster`, in some cases pre-splitting will expedite
519+       the initial distribution of documents among shards by manually
520+       dividing the collection into chunks rather than waiting for the
521+       MongoDB :term:`balancer` to create chunks during the course of
522+       normal operation.
522523
523524   SSD
524525      Solid State Disk. A high-performance disk drive that uses solid
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments