This document describes a new algorithm called TADPole for accelerating dynamic time warping (DTW) clustering. It presents two key observations: 1) DTW and Euclidean distance results converge as data size increases, and 2) lower-bounding pruning is more effective for larger data sizes. The TADPole algorithm achieves significant speedups over brute force DTW clustering through a novel admissible pruning strategy during local density computation and nearest neighbor distance calculation. It demonstrates strong clustering quality and scalability on real-world time series datasets.