Changes between Version 2 and Version 3 of Distributions

Show
Ignore:
Timestamp:
02/21/12 15:59:23 (15 months ago)
Author:
walt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Distributions

    v2 v3  
    1414   * Distribution "varstrip_dist" - files are striped round-robin with a variable strip size.  
    1515      * Parameter "strips" - string specifies number of bytes per block for each datafile. 
    16       * Example "0:25K 1:128K 2:64K 3:128K" 
     16      * Example "0:25K; 1:128K; 2:64K; 3:128K;" 
    1717 
    1818Distributions can be selected as a default in the configuration file.  If no distribution is specified the default is simple_stripe. 
     
    2222   <NAME> simple_stripe 
    2323   <PARAMETER> strip_size 
    24    <VALUE> 128K 
     24   <VALUE> 65536 
    2525</Distribution> 
    2626}}}