Home > Back-end >  Delete not to drop influxdb drop measurement? Does anyone encountered similar problems?
Delete not to drop influxdb drop measurement? Does anyone encountered similar problems?

Time:03-09

Question 1
Check all tables again after the drop measurement, still have this table, but haven't the data in the table,
2
Java API in bulk insert operation, but the corresponding tag field will correspond to a new tag_1 fields, the content of the tag are written tag_1 above, but the query the table tag keys and field keys were not tag_1 fields, what reason be?

CodePudding user response:

1, if your application can automatically generate the table structure, when you start the program after delete table program will automatically create table
2, your application mapper files or automatically generated table structure you don't have change, is not recognize tag_1 of this field

CodePudding user response:

Hello, I want to ask:
1 application, insert, can automatically generate table structure, but after I use command execution in influxdb delete immediately direct view, at the moment no running code,
2 "mapper files or automatically generated table structure" there seems to be no, in the program of bulk insert, influxdb Java API, write in Point value directly,
  • Related