iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[Table Model] Table model Device Schema Management

Open MarcosZyk opened this issue 10 months ago • 0 comments

Description

Support

  1. device storage in memory mode, including id and attribute
  2. device create
  3. device fetch with filters, including and, or, = and is null
  4. device schema cache
  5. schema validate use cache
  6. data query use schema cache
  7. null value of device id or attribute
  8. auto add new table column for data insertion
  9. drop table

MarcosZyk avatar Apr 28 '24 04:04 MarcosZyk