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
Raw File
.project
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>voldemort</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature>
	</natures>
</projectDescription>
back to top