Re: Riak bind to hostname instead of IP Address!!

2015-04-30 Thread Alex De la rosa
You really don't want to do that... In the past, when using PostgreSQL and binding it to a subdomain like db.yourdomain.com (just for not having to remember IPs, even it doesn't really matter in code-level) I had experienced randomly and unexpectedly very slow timings and even disconnections for qu

Re: Riak bind to hostname instead of IP Address!!

2015-04-30 Thread Praveen Baratam
Just to clarify... I was referring to... Is it legal to bind Riak to a hostname instead of IP? Yes, it's legal but it will incur the overhead of the lookup. If you're talking about the HTTP/PBC interfaces, it's best to use IP addresses, but for the node name, it's totally fine to use a hostname.

Riak bind to hostname instead of IP Address!!

2015-04-28 Thread Praveen Baratam
Hello All, I found it on the FAQ that using hostnames instead of IP addresses will incur a overhead! Will it be a significant overhead? I believe that if a hostname is queried during startup, the same will be used through the life of the VM or in an optimized case till the DNS TTL expires!! Best,