Inaccurate Results from Apache IoTDB count() with WHERE Condition on Boolean Series
Summary This incident analyzes incorrect count() results in Apache IoTDB when applying a WHERE status = false filter on a Boolean time series. Although the raw data contains 9 false values, IoTDB returns 6, leading to confusion about whether this is a defect or a query‑logic issue. The root cause lies in how IoTDB handles … Read more