Cassandra and GCP

2020-12-17 Thread Manu Chadha
Hi I am moving my MVP application to GCP. It is a general web application with standard database workload (CRUD). I am not expecting much traffic to begin with. I don’t have any experience in putting applications in production. Would it be possible to change the machine configuration later

Re: Repairs on table with daily full load

2020-12-17 Thread Jeff Jirsa
Or, write with LOCAL_QUORUM, and only do a repair if you're going to replace a host (if one host fails, repair the surviving replicas before you bootstrap the replacement), and let read repairs handle consistency. This is only strictly safe because if all of your writes are TTL'd and you never

AUTO: Nicolai Vest ist außer Haus (Rückkehr am Do, 18.02.2021)

2020-12-17 Thread Nicolai Lune Vest
Ich bin von Fr, 18.12.2020 bis Do, 18.02.2021 abwesend. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht "Re: Repairs on table with daily full load" gesendet am 18.12.2020 01:22:13. Diese ist die einzige Benachrichtigung, die Sie empfangen werden, während diese Person

Re: Repairs on table with daily full load

2020-12-17 Thread Elliott Sims
Are you running with RF=3 and QUORUM on both read and write? If so, I think as long as your fill job reports errors and retries you can probably get away without repairing. You can also hedge your bets by doing the data load with ALL, though of course that has an availability tradeoff.