Are any of your tags highly variable data?

Search docs for cardinality to learn more.

Run this command to return what your cardinality is:
SELECT sum(numSeries) AS "total_series" FROM "_internal".."database" WHERE 
time > now() - 10s;

On Tuesday, August 2, 2016 at 5:27:07 AM UTC-7, leidia...@gmail.com wrote:
>
> I am using influxdb 0.13. in Radhat 6.5 with 2 cpu and 4G memory.
>
>
> There are about 70 million points in one measurement. Each point has 4tags 
> and 5 fields.  It can excute count funtion without specify time window 
> successfully. But when query "select * from measurement limit 10", influxdb 
> eat up my memory and killed by systerm. And if i specify the time window, 
> it runs fine.
>
> So, i wonder how the limit works. Why it eat up memory even though i limit 
> the results to 10
>

-- 
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 influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
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/8761df15-6efb-4534-9560-225717f7fc52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to