This research paper explores a multi-threaded approach to enhance the performance of the Apriori algorithm by utilizing a trie data structure for frequent itemset generation. By examining five multi-threaded models, the study demonstrates that the double SPMD variant significantly reduces processing time compared to traditional methods, achieving nearly three times faster results. The experimental findings indicate that optimal time efficiency is linked to the threading model used during the support count calculations in market basket analysis.