Forum Discussion
bboy0009
Helper II
3 years agoChoice of data type to optimize
Hi guys, Let's admit I have some transformations that could be applied on a text column or on a number column. In this case, which type of data should I take to optimize the treatment time ? text...
- 3 years ago
bboy0009 , the Number data type is always better for join columns. Number takes less space compare to text and work faster in case of joins
amitchandak
Super User
3 years agobboy0009 , the Number data type is always better for join columns. Number takes less space compare to text and work faster in case of joins