WASET
	@article{(Open Science Index):https://publications.waset.org/pdf/6899,
	  title     = {An Efficient Multi Join Algorithm Utilizing a Lattice of Double Indices},
	  author    = {Hanan A. M. Abd Alla and  Lilac A. E. Al-Safadi},
	  country	= {},
	  institution	= {},
	  abstract     = {In this paper, a novel multi join algorithm to join
multiple relations will be introduced. The novel algorithm is based
on a hashed-based join algorithm of two relations to produce a double index. This is done by scanning the two relations once. But
instead of moving the records into buckets, a double index will be built. This will eliminate the collision that can happen from a complete hash algorithm. The double index will be divided into join
buckets of similar categories from the two relations. The algorithm then joins buckets with similar keys to produce joined buckets. This
will lead at the end to a complete join index of the two relations. without actually joining the actual relations. The time complexity
required to build the join index of two categories is Om log m where m is the size of each category. Totaling time complexity to O n log m
for all buckets. The join index will be used to materialize the joined relation if required. Otherwise, it will be used along with other join
indices of other relations to build a lattice to be used in multi-join operations with minimal I/O requirements. The lattice of the join indices can be fitted into the main memory to reduce time complexity of the multi join algorithm.},
	    journal   = {International Journal of Computer and Information Engineering},
	  volume    = {2},
	  number    = {5},
	  year      = {2008},
	  pages     = {1737 - 1741},
	  ee        = {https://publications.waset.org/pdf/6899},
	  url   	= {https://publications.waset.org/vol/17},
	  bibsource = {https://publications.waset.org/},
	  issn  	= {eISSN: 1307-6892},
	  publisher = {World Academy of Science, Engineering and Technology},
	  index 	= {Open Science Index 17, 2008},
	}