How to store 6 digit precision double/float/decimal number in cassandra?
问题 I am trying to store some strings of a dataframe in cassandra table. I tried with cassandra table columns defining as float/double/decimal. But every type only storing 2 precision , i.e. 8.00005 as stored as 8.00 69.345 as 69.34 , what is wrong with cassandra table? Why it is not holding all precision digits. How fix this issue ? Let me know if needed any more information of the problem. 回答1: This issue seeme to be with the precision settings for cqlsh. The cassandra is storing the values