Hello All,
I had a very large data set and is there any performance improvement if I change data types ?
Ex: instead of int16 can I use bytes ? like that,
Solved! Go to Solution.
Hi @saisaranv ,
the short answer is no, unless the change in data type increases the number of reserved characters. For example, if you have a column with one digit values, don't change it to be a string with 50000 characters.
Otherwise, no, you're fine.
M.
I have verified in official documentation page, with data type changes we can save memory and will improve performance with data types in case of large data sets.
User | Count |
---|---|
107 | |
82 | |
70 | |
54 | |
40 |