Skip to content
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

Is it possible to disable WAL when loading data into openTSDB? #560

Open
kramerli opened this issue Sep 7, 2015 · 3 comments
Open

Is it possible to disable WAL when loading data into openTSDB? #560

kramerli opened this issue Sep 7, 2015 · 3 comments
Labels

Comments

@kramerli
Copy link

kramerli commented Sep 7, 2015

I understand that disable WAL can get better performance when loading data into Hbase. I want to do so. Is it possible to do this when using openTSDB ?

@manolama
Copy link
Member

manolama commented Sep 9, 2015

Hiya, yeah if you use the CLI import tool for OpenTSDB then the writes will bypass the WAL. All other methods, Telnet and HTTP, will always write to the WAL.

@spicoflorin
Copy link

Hello!
What about disabling WAL from Java API?

@IDerr
Copy link

IDerr commented Sep 18, 2017

Hi @kramerli ,
if you have resolved your problem, could you close this issue thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants