-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[0.9.4.2] invalid DELETE query doesn't return error #4404
Comments
2 hours past :-) |
DELETE FROM is not yet a valid query. #1647 is the open issue for making it work. The query should give a parser error, though. |
@beckettsean So how can I delete a specific record? |
@caoli5288 you cannot delete a specific record. |
@beckettsean Never can not? |
@caoli5288 it is possible to overwrite a point, or to delete a series or measurement, or use a retention policy to bulk delete older data, but InfluxDB does not support the deletion of a single point. It is one of the optimizations that allows for much higher throughput than a traditional RDBMS. |
@beckettsean Thanks! |
I can reproduce the hang on 0.9.4.2 but not in master. @caoli5288 Do you still see the issue on a newer version? |
@nathanielc When I knew it was an not supported operation , I never tried it again. THX. |
30m ago, I run
delete from xxx where time < now() -7d
and it lag till now.By the way, the process
influxd
always use 200% cpu time.The text was updated successfully, but these errors were encountered: