%0 Journal Article %J Journal of Parallel and Distributed Computing %D 1993 %T An Experimental Study of Three Dataflow Paradigms in Multithreaded Database Transitive Closure Algorithms on Shared Memory Multiprocessors %A Youngmyers,H. %A Raschid, Louiqa %X This paper describes an experimental study of three dataflow paradigms, namely, no dataflow, pipelined dataflow, and network dataflow, in multithreaded database transitive closure algorithms on shared memory multiprocessors. This study shows that dataflow paradigm directly influences performance parameters such as the amount of interthread communication, how data are partitioned among the threads, whether access to each page of data is exclusive or shared, whether locks are needed for concurrency control, and how calculation termination is detected. The algorithm designed with no dataflow outperforms the algorithms with dataflow. Approximately linear speedup is achieved by the no dataflow algorithm with sufficient workload and primary memory. An exclusive access working set model and a shared access working set model describe the interactions between two or more threads′ working sets when access to each page of data is exclusive or shared among the threads, respectively. These models are experimentally verified. %B Journal of Parallel and Distributed Computing %V 18 %P 371 - 389 %8 1993/07// %@ 0743-7315 %G eng %U http://www.sciencedirect.com/science/article/pii/S0743731583710713 %N 3 %R 10.1006/jpdc.1993.1071