The document proposes an algorithm called MSApriori_VDB for efficiently mining rare association rules from transactional databases. It first converts the transaction database to a vertical data format to reduce the number of scans. It then uses a multiple minimum support framework where each item is assigned a minimum item support based on its frequency. The algorithm generates candidate itemsets, calculates their support, and prunes uninteresting itemsets to identify interesting rare associations with high confidence. Experimental results show the algorithm outperforms previous approaches in memory usage and runtime.