Results 130 comments of Daniel Mewes

Thanks for the feedback @williamstein . Very useful. We'll try to incorporate that. I think connection pools are still useful, because the proxy is still going to be able to...

@hamiltop Yeah that's what I meant. :-)

Ah, sorry. Each incoming client connection is assigned to one CPU core randomly (or actually round robin I think). A lot of work for any query run through that connection...

This is true for normal servers as well. However on a normal server, there are more tasks that are not depending on the core handling the connection, and will use...

I think most of the information is here. Handing over to @chipotle .

Thanks for sharing your notes on this @brucepom ( https://medium.com/@brucepomeroy/running-a-rethinkdb-proxy-on-ubuntu-68f8cd308b7b ). While we should fix this more generally in the mid-term (rethinkdb/rethinkdb#5138), it might be nice to mention how to...

Hi @mike-marcacci, thank you for the great feedback. Which aspects of the old sidebar did you like specifically? (pinging @mglukhovsky )

I see, I agree with you that the old behavior was better. I think the behavior with your hack is really good (as long as you don't move into the...

Thanks for your research @fkollmann . Sounds like we might have an issue with non-interactive sessions even when the `--password-file` option is used instead of `--password`. We'll look into it.

@fkollmann I actually can't reproduce this so far. Are you able to share the full backup-rethinkdb.sh script? You can also email it to me: [email protected]