Questions tagged [iotdb]

Apache IoTDB (Database for Internet of Things)

"Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. Due to its light-weight architecture, high performance and rich feature set together with its deep integration with Apache Hadoop, Spark and Flink, Apache IoTDB can meet the requirements of massive data storage, high-speed data ingestion and complex data analysis in the IoT industrial fields."

Source: https://iotdb.apache.org/

181 questions
-1
votes
1 answer

How to settle "aligned in tsfile but not aligned in IoTDB" error in Apache IoTDB?

ERROR o.a.i.d.q.e.PlanExecutor:1329 · fail to load file 1658465460360-0-0-0.tsfile exception.query.QueryProcessException: root.ads_joOJKIUBLUNro3Wl2Ue signal is aligned in the loading TsFile but is not aligned in IoTDB. I found the error…
-1
votes
1 answer

Where and how should I write or set the class of trigger processing of Apache IoTDB?

I tried to create trigger using the following command of Apache IoTDB: CREATE TRIGGER `alert-listener-sgld1s1` AFTER INSERT ON root.sgl.d1.s1 AS 'org.apache.iotdb.db.engine.trigger.example.AlertListener' WITH ( 'lo' = '0', 'hi'= '100.0'). However I…
-1
votes
1 answer

How to configure ip in session setting of connectable node in Apache IoTDB?

I am currently trying to specify connectable node by setting session in Apache IoTDB. I checked the official guide and seems like users can configure one ip and multiple ip in session. May I ask, is there a difference between the two choices here if…
-1
votes
1 answer

How should I change the path name of time series to avoid reporting error in Apache IoTDB?

IoTDB> create timeseries root.xt.dcsfw.other.21D.21DPU36COMA130 Msg: 700: Error occurred while parsing SQL to physical plan: line 1:58 mismatched input '' expecting {ID, QUOTED_ID} Is there any problem with the grammar of this time series in…
Iustar
  • 3
  • 2
-1
votes
1 answer

How can Apache IoTDB monitor new data and transport through different platforms?

I am still getting to know Apache IoTDB, and I learned that IoTDB can generate real-time monitoring of new data and then transport them to other systems or platforms. However, I am not sure how IoTDB achieve this, can anyone tell me is this be…
-1
votes
1 answer

How to set sgLevel parameter when loading tsfile after exporting tsfile in Apache IoTDB?

I exported the tsfile, and tried to load this tsfile again in Apache IoTDB. Seems like I got an error message that prompted my sgLevel setting. I set sgLevel to be true, and the error message is: mismatched input 'true' expecting INTEGER_LITERAL.…
wing z
  • 1
-1
votes
1 answer

Apache IoTDB cannot delete a time series automatically created by Session

Session's write interfaces such as insertTablet and insertRecords interface do not do format checking for sequences, and sequences that do not conform to naming conventions are still created automatically. These sequences cannot be deleted through…
-2
votes
1 answer

How to modify the datatype of time series in Apache IoTDB?

The datatype in my original time series of Apache IoTDB is in "INT". Since there may be more information stored and updated to IoTDB in the future, I want to know if I want to change the datatype of this time series (for example, to "DOUBLE"), can…
brook
  • 3
  • 1
-2
votes
1 answer

Why data query speed after data synchronization of single node to cluster nodes is much slower than to single node of Apache IoTDB?

I would like to ask about the latest 1.0 cluster version of Apache IoTDB. When I use tsfile to synchronize the data in the single node to the cluster nodes of this version, the query speed of the cluster version is far slower than that of a single…
-2
votes
1 answer

How to deal with data writing WriteProcessRejectException warning in Apache IoTDB?

When Apache IoTDB is inserting new data, the backstage reported this following warning, but the writing process did not stop. Should I do anything about this warning and what may be the reason for this warning? WARN o.a.i.d.u.ErrorhandlingUtils:146…
1 2 3
11
12