I created new measurement with name “new_msr”, by inserting the below query in CLI in existing DB - database_phone
–> insert new_msr,device=android,version=8,model=samsung score=200
- After that, I used “show measurements”, it DOES NOT showed my new measurement
- I used SELECT clause, --> SELECT * from new_msr, It listed the above record correctly
- I used --> SHOW FIELD KEYS from new_msr, --> showed “score=200”, correctly
- But, I used --> SHOW TAG KEYS from new_msr --> Does not showed anything
- I used EXPLAIN ANALYZE SELECT * from new_msr, showed “device, version, and model as tags”, and “score as field”
I don’t know,