In partioned table I have 4 columns
itemid|clock |value |ns
------|----------|---------------------|---------
29823|1611360003| 1.4276002719238614|687885596
23664|1611360024| 0.0846740050804403|691887511
23252|1611360032| 0.0|693202596
23253|1611360033| 0.23664638269100743|693582940
Table has these partitions
How I can take hypertable table name using SELECT by clock?
Clock field stores data in unixtime but SELECT should be in datetime
All partitions can be extracted using this query
SELECT public.show_chunks('history');
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…