Skip to main content
0 votes
0 answers
11 views

I'm trying to analyze server CPU metrics using a custom billing cycle that doesn't align with calendar months. Our billing department defines each period as "one full month plus one extra day&...
何乐怡's user avatar
0 votes
0 answers
47 views

I'm confused about NULL handling in Apache IoTDB 2.0.6 Tree Model. When using wildcard queries across multiple devices, missing timeseries show as NULL - but this looks identical to intentionally ...
ごまめとにまめ's user avatar
0 votes
0 answers
18 views

Environment Apache IoTDB 2.0.6 standalone, using Tree Model with 10TB historical data. Business Scenario Industrial monitoring requires fixed time grid queries. Every 5 seconds must have a record; ...
Yangyang Xun's user avatar
-4 votes
0 answers
34 views

I am working with Apache IoTDB 2.0.6 and trying to compute a rolling moving average over time-series data. My requirement: Calculate aggregates over a sliding window that always contains a fixed ...
Lefei Zhang's user avatar
1 vote
0 answers
22 views

I am using Apache IoTDB 2.0.7 Table Model to calculate the 5-week moving average (MA5_Week) of stock closing prices.My goal: Calculate the average closing price of the latest 5 full trading weeks with ...
Pizza代码救援队's user avatar
Tooling
0 votes
3 replies
57 views

I have a raw time series dataset. Can I use classification models on time series data? If yes which classification models can I use without forecasting? Most examples I’ve seen focus on forecasting or ...
Rifa Martha's user avatar
2 votes
1 answer
75 views

I'm using the ALL syntax in Apache IoTDB 2.0.6 table model for a query, but the returned result is inconsistent with expectations. Minimal Reproducible Data CREATE TABLE main_data ( `time` ...
Yu Long's user avatar
  • 31
1 vote
0 answers
25 views

I'm using the table model of Apache IoTDB 2.0.6 and want to dynamically set the time interval for the date_bin function based on a configuration table. However, I found that the first parameter ...
Sunny Shang's user avatar
1 vote
0 answers
32 views

I'm using the table model of Apache IoTDB 2.0.5 and trying to implement a query to find records higher than the average value of the same group. I need to use non-equality comparisons in the join ...
MGS's user avatar
  • 41
Tooling
0 votes
5 replies
90 views

I am working in r studio, looking specifically at the built-in R time-series `co2`: the monthly atmospheric CO2 concentration at Mauna Loa. My instructions are to create a tibble named `co2_df` with ...
Casimir Galliot's user avatar
2 votes
1 answer
47 views

When using Apache IoTDB 2.0.6 with the table model, since the temperature data collected in our business scenario may contain NULL values, I considered using COALESCE to handle NULL values as 0 for ...
Peter Lan's user avatar
0 votes
1 answer
36 views

In Apache IoTDB 2.0.6 table model, the MAX_BY function can return the timestamp when the data value is at its maximum. However, my requirement is to return all timestamps if multiple time points have ...
Yangyang Xun's user avatar
1 vote
0 answers
22 views

When using DBeaver to connect to Apache IoTDB version 1.3.2 and execute queries, I discovered that when multiple aggregate functions are used in the same SQL statement, the returned results appear ...
Yueyue Wang's user avatar
0 votes
0 answers
50 views

In Apache IoTDB 2.0.6 (Tree Model), I'm trying to downsample data for all devices under a specified database and write the results back while preserving the device path structure. I wrote a SELECT ...
Ian Wen's user avatar
  • 23
1 vote
0 answers
41 views

I am trying to create a Continuous Query (CQ) in Apache IoTDB 2.0.6 Tree Model to meet my business query requirements. However, multiple attempts have failed with errors. Attempt 1 CREATE CQ cq_1mxx ...
偶然望月's user avatar

15 30 50 per page
1
2 3 4 5
1021