Hi, I insert about 45000 rows to empty table in Python using prepared statements and IF NOT EXISTS. While reading after insert I get warnings likeServer warning: Read 5000 live rows and 33191 tombstone cells for query SELECT * FROM ... LIMIT 5000 (see tombstone_warn_threshold)
How it can happen? I have several SASI indexes for this table, can this be a reason? Regards, Vlad