Category "apache-iotdb"

How does Apache IoTDB delete a device?

I want to delete the device in the Apache IoTDB. But I don't know how to do it. I can't find something like delete devices command in the user guide. Apache IoT

How to query the value of a variable in Apache IoTDB 0.13? [closed]

I want to query the value of a variable in Apache IoTDB 0.13, but I don't know how to do it. I know the method in Apache IoTDB 0.12. It seems

Is the fill clause incompatible between versions 0.12.5 and 0.13 in the Apache IoTDB?

The sql statement below select sum(jiangyuliang) from root.disaster.sd.* where time>=2022-05-01T08:00:00 and time<=2022-05-01T23:00:00 FILL(0) align by d

wrong result when applying aggregation function on series with * and where clause

There is an error with the result of aggregation on series with * and where clause.The value of count(root.ln.wf02.wt02.temperature) should be 21 but it turned

Using the API `insertTablet` to insert the data into the Apache IoTDB unsuccessfully

I use the API insertTablet to insert the data into the Apache IoTDB. org.apache.iotdb.tsfile.common.conf.TSFileDescriptor - Failed to find config file iotdb-eng

How to save string type fields in Apache IoTDB?

I save the raw value 35705231438 into the Apache IoTDB, and I specify the TSDataType is TEXT. However, when I query the value, it shows 3.5705231438E10. This is

How can I import the `CSV` file data into the Apache IoTDB with the python API?

I want to use the Python API to import the csv file data into the Apache IoTDB. How can I do it? Apache IoTDB version: 0.13

Is there a way for the Apache IoTDB to query only the aggregate data of some devices?

I want to query only the aggregate data of some devices in the Apache IoTDB. However, I don't know how to do it. If someone knows it, please let me know. Apache

create metadate template unsuccessfully in the Apache IoTDB

I try to create the metadata template, but it failed. I got the warning no set the schemaNames.I don't know the reason about it. Apache IoTDB version: 0.13 If s

Does the Apache IoTDB provide OPC interface?

I want to use the OPC interface in the Apache IoTDB.I don't know how to do it. If someone knows it, please let me know. Apache IoTDB version: 0.13

How can I adjust the number of threads written by Java API in the Apache IoTDB?

I want to increase the number of threads written by Java API in the Apache IoTDB.However, I don't know how to do it. If someone knows it, please let me know. Ap

How can I insert the storage group in the Apache IoTDB?

I try to insert the storage group in the Apache IoTDB. However, I encounter some error message Path xxx does not exist. The parameter IS_DELETE_DATA=false. I do

Can I increase this parameter `max_deduplicated_path_num` in the Apache IoTDB?

I want to increase the parameter max_deduplicated_path_num larger than 1000. However, it seems invalid.I don't know the reason about it.If someone knows it, ple

Does Apache IoTDB support string type date comparison?

I want to save the string type date into the Apache IoTDB. And I want to use it to filter the data. I don't know how to do it. For example, I have a timestr fie

How to monitor the out of heap memory of Apache IoTDB?

I want to monitor the out of heap memory of Apache IoTDB to be ensure that the Apache IoTDB can run steadily. I don't know the reason about it.If someone knows