Revision 7c9a7393eb2514964b0eec7034eb652d7a7e9502 authored by Jay J Wylie on 12 December 2012, 18:42:48 UTC, committed by Jay J Wylie on 20 March 2013, 18:50:11 UTC
Greedy swapping is unbelievably expensive because it tests every
possible pair-wise partition swap within a zone before making a single
swap. The goal is to get the most improvement possible with each swap
(to minimize the number of swaps total and so the amount of data
movement).
1 parent d2ef548
History
File Mode Size
eclipse_templates
fun_projects.txt -rw-r--r-- 3.6 KB
hash_ring.graffle -rw-r--r-- 30.7 KB
hash_ring.png -rw-r--r-- 25.4 KB
logical_arch.graffle -rw-r--r-- 140.3 KB
logical_arch.png -rw-r--r-- 136.2 KB
physical_arch.graffle -rw-r--r-- 54.0 KB
physical_arch.png -rw-r--r-- 86.8 KB
purpose.txt -rw-r--r-- 6.3 KB

back to top