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

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -