-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.9.5] OOM and timeout issue #4951
Comments
Each serie has 2~3 tags. |
How many possible values do the tags have? RAM usage is highly dependent on the series cardinality. Is your cardinality approaching 10 million series?
Is this a fresh install or an upgrade?
Are you intermixing the two storage engines, or have you conducted separate tests with each? |
Probably 20 measurements is what you mean. 30k pps is not a high load at all for this machine. What do the InfluxDB logs show? |
It's fresh installed one, about 20 measurements, and I conducted test tsm1 and bz1 separately. |
Write and query performance is not very dependent on series cardinality, only the RAM usage strongly correlates.
CQs are just as expensive to run as a standard query, and running queries does take RAM. Can you share the output from |
Thank you for your kind answer. SHOW CONTINUOUS QUERIES doesn't return any result, but there are running CQs obviously, something like this. CREATE CONTINUOUS QUERY "coinhist1m_4_cq" ON rangers_ts SELECT END Every CQ is much like above, grouping by a tag and time, counting number of rows. *Another question. : ) |
That is difficult to understand. If that returns nothing, there are no CQs installed on the system. Are you executing the query via the Admin UI? If so, please be aware it is not intended to be the primary way to query the database. There are some bugs on Can you run
I don't see anything in that CQ that suggests a problem, although if there are enough CQs running it might cause contention.
Please open a new issue for this, and paste in the results of querying the |
CQ list
|
I've figured out the cause of OOM issue on my system. |
I applied influxDB(0.9.5) to my production environment, but It dies too frequently yelling out of memory error.
(and there are bunch of timeout logs, both tsm1 and bz1)
input : 30000 points/sec across 20 kinds of table(serie?)
Is there any solution or tip for performance?
If I'm using influxDB in wrong way, please let me know.
hardware spec and error logs are below.
hardware
SSD enough space
64GB
Error log is like this(OOM case)
The text was updated successfully, but these errors were encountered: