Hi,

which kind facts are related with query performance?

I use continuous query to get the all data from data base. Very records is 
needed.
###

   1. http://192.168.31.142:8086/query?db=icmcc&q=SELECT machine, 
   status,glasses,chambers, content,type FROM eventlog WHERE time >= 
   '2016-07-13T09:31:39.245Z' AND machine='AKT55000' order by time limit 1000
   2. 2016-07-13T09:31:42.454Z <<
   3. 72  <<== there is 72 recorder returned.
   4. http://192.168.31.142:8086/query?db=icmcc&q=SELECT machine, 
   status,glasses,chambers, content,type FROM eventlog WHERE time >= 
   '2016-07-13T09:31:42.269Z' AND machine='AKT55000' order by time limit 1000
   5. 2016-07-13T09:31:46.452Z
   6. 66  <<== there is 66 recorders returned. 

###

This is the simple query,  but it running about 2~3s, and query will longer 
if the data is more and more?   Whether I am doing something wrong? 

Thanks for any suggestions.

Lee

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/1f1ae796-56d6-47b9-839e-69b970c7f00c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to