Aside from kill command, how to delete unstarted node in Apache IoTDB?
I have a node that did not start in Apache IoTDB server, and I want to delete this node. I tried executing kill
command, but it failed since this node is not started.
How to check the historical delete statement log records in Apache IoTDB?
Are there any ways to check the historical execution logs of Apache IoTDB? I want to check the execution details of a delete
statement that has already been done, but I only see real-time log records in the system operation bar.
How to insert text data with semicolon into Apache IoTDB without causing a 700 syntax parsing error?
I’m having trouble inserting data into Apache IoTDB. My data includes text values that contain semicolons, and I’m encountering a 700 syntax parsing error. Here is a simplified version of the data and the SQL statement I’m using:
How to import local files with `load-tsfile` in Apache IoTDB?
I’m currently working on a project using Apache IoTDB, and I’m encountering some issues with the load-tsfile
command during data import. Here is the scenario:
How to delete physical quantities in device template in Apache IoTDB 1.3?
I’ve been working with Apache IoTDB version 1.3 and I’m trying to modify a device template by removing some physical quantities. The documentation and official guides only provide information on how to add new physical quantities using a command like:
How to Disable Automatic Storage Group Creation in Apache IoTDB?
I am currently working with Apache IoTDB and encountered a scenario where, upon inserting data into a measurement point, the system automatically creates a storage group if it doesn’t already exist.