strapdata / elassandra

Elassandra = Elasticsearch + Apache Cassandra
http://www.elassandra.io
Apache License 2.0
1.71k stars 198 forks source link

Delete Problemes For Virtual Indexes #374

Open Coder-Qian opened 3 years ago

Coder-Qian commented 3 years ago

The Elassandra cluster creates indexes and tables with virtual indexes. However, during the delete operation, whether I use CQL directly to delete the data in Cassandra or ES to delete the data in ES, The result that the data in Cassandra has been deleted but the index data in ES still exists is same. So an error will be reported when we have a query includes this data. Thank everyone for your valuable comments !