This document provides an overview of scalable pattern mining algorithms for large scale interval data. It discusses the need for scalable pattern mining due to the huge increase in data size. It covers serial frequent itemset mining methods like Apriori, Eclat, and FP-growth. It also discusses parallel itemset mining methods including FP-growth based PFP algorithm and ultrametric tree based FiDoop algorithm. Additionally, it covers pattern mining approaches for interval data, including interval sequences, temporal relations, and hierarchical representations. The document concludes by stating that while efforts have been made to modify classic algorithms for distributed processing, scalable mining of temporal relationships on large interval data remains an open issue.