SunnySaman commented on issue #11952:
URL: https://github.com/apache/iotdb/issues/11952#issuecomment-1911397875

   这是模板
   ```sql
   
   create storage group root.fz4.pv.s_1;
   create storage group root.fz4.pv.s_2;
   create storage group root.fz4.pv.s_3;
   create storage group root.fz4.pv.s_4;
   create storage group root.fz4.pv.s_5;
   create storage group root.fz4.pv.s_6;
   create storage group root.fz4.pv.s_7;
   create storage group root.fz4.pv.s_8;
   create storage group root.fz4.pv.s_9;
   create storage group root.fz4.pv.s_49;
   create storage group root.fz4.pv.s_52;
   
   create schema template t4pv aligned (is_alarm boolean encoding=RLE,is_bad 
boolean encoding=RLE,pv_name text encoding=DICTIONARY,subsystem_id int32 
encoding=RLE,equipment_name text encoding=DICTIONARY,pv_type int32 
encoding=RLE,io_type int32 encoding=RLE,server_time int64 encoding=RLE,pv_time 
int64 encoding=RLE,original text encoding=PLAIN,string_value text 
encoding=DICTIONARY,int_value int32 encoding=RLE,double_value double 
encoding=GORILLA,boolean_value boolean encoding=RLE,dword_value int64 
encoding=RLE,long_value int64 encoding=RLE,station_id int32 
encoding=RLE,float_value float encoding=RLE,char_value text 
encoding=PLAIN,word_value int32 encoding=RLE);
   
   set schema template t4pv to root.fz4.pv.s_1;
   set schema template t4pv to root.fz4.pv.s_2;
   set schema template t4pv to root.fz4.pv.s_3;
   set schema template t4pv to root.fz4.pv.s_4;
   set schema template t4pv to root.fz4.pv.s_5;
   set schema template t4pv to root.fz4.pv.s_6;
   set schema template t4pv to root.fz4.pv.s_7;
   set schema template t4pv to root.fz4.pv.s_8;
   set schema template t4pv to root.fz4.pv.s_9;
   set schema template t4pv to root.fz4.pv.s_49;
   set schema template t4pv to root.fz4.pv.s_52;
   
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to