The document summarizes research on mining high utility itemsets from transactional databases. It discusses how traditional frequent itemset mining algorithms do not account for item importance (weights/profits). Utility mining aims to discover itemsets that generate high total utility based on item weights and quantities. The document reviews existing utility mining algorithms like Two-Phase and UP-Growth, and proposes a new algorithm called Miner. Miner uses a novel utility-list structure and an Estimated Utility Cooccurrence Pruning strategy to reduce the number of costly join operations during mining, achieving better performance than UP-Growth. Experimental results on real datasets show Miner performs up to 95% fewer joins and is up to six times faster than UP-Growth.