-
Notifications
You must be signed in to change notification settings - Fork 315
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
Use row protocol to support opentsdb #2444
Comments
Hi @fengjiachun, I am interested in working on this refactor. Below is my understanding of the problem and how I might go about solving it. As you have mentioned, it will be easier if OpenTSDB also supported the row insert protocol instead of column insert as in here. Thank you. |
@Lilit0x You are right 👍🏻 |
Hi @Lilit0x , are you still working on this issue? |
Hi @fengjiachun . |
This might be an OOM. You can try to limit the compile job numbers by |
What type of enhancement is this?
Refactor
What does the enhancement do?
In version 0.4, we support gRPC protocol based on row insert protocol.
We are currently using the row insert protocol to support both InfluxDB line protocol and Prometheus remote write.
We also provide tools to complete the conversion to row protocol.
Now, we are using column insert protocol to support OpenTSDB, This causes the overhead of having to convert to rows when actually writing (which can be avoided).
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: