Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does achilles generate delete implicitly on insert ?? #364

Open
Anil-singh opened this issue Aug 12, 2019 · 1 comment
Open

Does achilles generate delete implicitly on insert ?? #364

Anil-singh opened this issue Aug 12, 2019 · 1 comment

Comments

@Anil-singh
Copy link

Anil-singh commented Aug 12, 2019

I have an application and using Achilles for Cassandra, we are not firing any delete query from the application, only firing insert queries but Cassandra logs showing delete query getting fired, suspecting Achilles firing delete queries implicitly on insert operation.Does Achilles fire delete queries on insert?

@doanduyhai
Copy link
Owner

Does Achilles fire delete queries on insert?

-> No, Achillles is against any magic. Achilles only executes what you tell it to do, no more no less

The delete operations are fired by other clients

Cassandra logs showing delete query getting fired

--> Which Cassandra log show that ? As far as I know, in the OSS Cassandra there is no audit log to trace queries executed by clients....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants