Re: Impact of enabling authentication on performance

2020-06-03 Thread Alex Ott
You can decrease this time for picking up the change by using lower number for credentials_update_interval_in_ms, roles_update_interval_in_ms & permissions_update_interval_in_ms Durity, Sean R at "Tue, 2 Jun 2020 14:48:28 +" wrote: DSR> To flesh this out a bit, I set roles_validity_in_ms

Re: Cassandra and Docker

2020-06-03 Thread Erick Ramirez
Personally, I'd recommend learning Docker on its own or Cassandra on its own. I wouldn't try to do it at the same time if you're new to both technologies. It's hard enough as it is for experienced users. If you're using both and you run into issues, you will find it difficult to know whether the

RE: Cassandra and Docker

2020-06-03 Thread Rhys.Campbell
1. Use what works for you. People are starting to use C* in Docker though. Lots of info on google for this. 2. https://hub.docker.com/_/cassandra 3. You probably want to mount an external volume in the container - https://docs.docker.com/storage/volumes/ 4. Connect to C* with cql and

RE: Cassandra and Docker

2020-06-03 Thread Manu Chadha
I forgot to mention, I am on Windows 10 Sent from Mail for Windows 10 From: Manu Chadha Sent: Wednesday, June 3, 2020 7:04:03 AM To: user@cassandra.apache.org Subject: Cassandra and Docker Hi I want to run

Cassandra and Docker

2020-06-03 Thread Manu Chadha
Hi I want to run Cassandra within Docker. I am new to both to be honest. 1. Is it better to use Cassandra within Docker or is it better to install/run Cassandra directly on a VM in the cloud? 2. Is there a Docker image for Cassandra (for 3.11.4) which I can pull/use? 3. How will data