How to clean up the Sleep Session?

Hi, all

SingleStoreDB does not use the interactive_timeout, wait_timeout two variables to clean up the Sleep Session.

There doesn’t seem to be a variable to replace them in SingleStoreDB.

If you have a good method or sample on how to clean up the Sleep Session, please advise.

Thank you in advance.

Those variables:

interactive_timeout , wait_timeout

have no effect in SingleStore. We don’t have anything equivalent. I’d never heard this be a problem for anybody. I’d recommend making sure your app doesn’t leak connections as much as possible. And you can of course kill connections using:

1 Like

Thank you for answer.