DELETE FROM “measurementTest”,
i check via
SHOW MEASUREMENTS
and the measurement indeed is gone (no longer listed) -
however i can still get results from it by saying
SELECT * FROM “measurementTest”
(same behaviour when i m dropping SERIES instead)
does anyone have an explanation?
i have the feeling i m overlooking something basic - apologies if that s the case.
Thanks, @MarcV -
no, there s no possibility for new points coming in.
datapoints are generated from some incoming json objects (from LoRaWAN servers) -
but in the test phase, this is triggered manually.
That s the exact reason i hit this problem -
i d like to empty my measurements fully, before creating new ones.
best regards,
/sebastian