Does Cassandra Insert JSON creates Tombstones?
问题 I am using Cassandra's insert JSON feature to insert data into the table. In the JSON that I create, I do not include the null values. Meaning, ignore the fields that have null values in it. Does Cassandra create tombstones in such cases, if I am inserting the record say, for the first time? I assume for subsequent upsert for the same key will create tombstone. Is that right? 回答1: Cell tombstone should still get created for the values which are not included in the json you are trying to