I am currently learning query functions in Apache IoTDB, and I found that for querying the latest value of certain time series, seems like last
and last_value
can both query the last data.
Is there any difference in query efficiency between last
and last_value
?
Will last_value query data by using cached resource? I need to know which one may be faster in the same circumstances, anyone know about this?
I checked the official guide on the official website, but cannot find the relevant information.