cassandra - What is the timestamp format of deletedAt entry when using sstable2json utility? -


i running sstable2json export existing cassandra cluster. encounter values such in created json object:

'deletedat': -9223372036854776000l, 

is flag cassandra sets mark entry deleted, or actual timestamp? if so, format of timestamp?

thanks.

long.min_value means "not deleted."


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -