Changes between Version 2 and Version 3 of Distributions
- Timestamp:
- 02/21/12 15:59:23 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Distributions
v2 v3 14 14 * Distribution "varstrip_dist" - files are striped round-robin with a variable strip size. 15 15 * 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;" 17 17 18 18 Distributions can be selected as a default in the configuration file. If no distribution is specified the default is simple_stripe. … … 22 22 <NAME> simple_stripe 23 23 <PARAMETER> strip_size 24 <VALUE> 128K24 <VALUE> 65536 25 25 </Distribution> 26 26 }}}
