DTFCA is an approach that uses decision tree clustering to reduce tuple reconstruction time in column-stores databases. It exploits decision tree algorithms to cluster frequently accessed attributes together based on an attribute usage matrix. This clusters attributes into projections so that tuples can be reconstructed more efficiently. Experiments on TPC-H data show that DTFCA lowers tuple reconstruction time compared to traditional methods, with execution time inversely proportional to the minimum support threshold used for clustering. DTFCA provides a way to organize attributes into projections that reflects actual query access patterns and correlations.