|
Dartmouth College Computer Science Technical Report series |
CS home TR home TR search TR listserv |
| By author: | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| By number: | 2009, 2008, 2007, 2006, 2005, 2004, 2003, 2002, 2001, 2000, 1999, 1998, 1997, 1996, 1995, 1994, 1993, 1992, 1991, 1990, 1989, 1988, 1987, 1986 | |
Abstract:
Previous implementations of out-of-core columnsort limit the problem
size to $N \leq \sqrt{(M/P)^3 / 2}$, where $N$ is the number of
records to sort, $P$ is the number of processors, and $M$ is the total
number of records that the entire system can hold in its memory (so
that $M/P$ is the number of records that a single processor can hold
in its memory). We implemented two variations to out-of-core
columnsort that relax this restriction. Subblock columnsort is based
on an algorithmic modification of the underlying columnsort algorithm,
and it improves the problem-size bound to $N \leq (M/P)^{5/3} /
4^{2/3}$ but at the cost of additional disk I/O\@. $M$-columnsort
changes the notion of the column size in columnsort, improving the
maximum problem size to $N \leq \sqrt{M^3 / 2}$ but at the cost of
additional computation and communication. Experimental results on a
Beowulf cluster show that both subblock columnsort and $M$-columnsort
run well but that $M$-columnsort is faster. A further advantage of
$M$-columnsort is that it handles a wider range of problem sizes than
subblock columnsort.
Bibliographic citation for this report: [plain text] [BIB] [BibTeX] [Refer]
Or copy and paste:
Geeta Chaudhry,
Elizabeth A. Hamon, and
Thomas H. Cormen,
"Relaxing the Problem-Size Bound for Out-of-Core Columnsort."
Dartmouth Computer Science Technical Report TR2003-445,
April 2003.
Notify me about new tech reports.

To receive paper copy of a report, by mail, send your address and the TR number to reports AT cs.dartmouth.edu
Copyright notice: The documents contained in this server are included by the contributing authors as a means to ensure timely dissemination of scholarly and technical work on a non-commercial basis. Copyright and all rights therein are maintained by the authors or by other copyright holders, notwithstanding that they have offered their works here electronically. It is understood that all persons copying this information will adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.
Technical reports collection maintained by David Kotz.