Guardrail for dse-5.1.26

2022-10-14 Thread Adarsh Kumar
Hi Team, Guardrails config for allowFiltering is available for dse-5.1.26 or any guardrail is available. Please give a help link if available. Thanks in advance Adarsh

Re: Apache vs Datastax cassandra

2020-02-04 Thread Adarsh Kumar
Sorry for that guys. The intention was to know the steps/cautions to be taken if we want to run the application designed for Datastax Cassandra to run on Apache's cassandra. Thanks for routing me in the correct direction. Regards, Adarsh Kumar On Tue, Feb 4, 2020 at 7:19 PM Amanda Moran

Apache vs Datastax cassandra

2020-02-03 Thread Adarsh Kumar
Hello All, We have a product that uses Postgres/Cassandra as datastore. We user both Apache and DataStax Cassandra depending on the client's requirements. But never got the chance to explore what exact difference between these two. Apart from Opscenter, DSEGraph, want to know more from Cassandra p

Re: Repair Strategies

2019-12-11 Thread Adarsh Kumar
Just a reminder, kindly provide your comments and suggestions. On Thu, Dec 5, 2019 at 3:46 PM Adarsh Kumar wrote: > Hi, > > We are in the process of designing a new solution around cassandra. As > repairs are very critical tasks for cassandra clusters want some pointers > o

Repair Strategies

2019-12-05 Thread Adarsh Kumar
dvance. Thanks and regards, Adarsh Kumar

Re: Optimal backup strategy

2019-12-02 Thread Adarsh Kumar
Thanks Hossein, Just one more question is there any special SOP or consideration we have to take for multi-site backup. Please share any helpful link, blog or steps documented. Regards, Adarsh Kumar On Sun, Dec 1, 2019 at 10:40 PM Hossein Ghiyasi Mehr wrote: > 1. It's recommende

Re: Optimal backup strategy

2019-11-28 Thread Adarsh Kumar
be used for replacement node? 2. For periodic backup Snapshot+Incremental backup is the best option Thanks, Adarsh Kumar On Fri, Nov 29, 2019 at 7:28 AM guo Maxwell wrote: > Hossein is right , But for use , we restore to the same cassandra topology > ,So it is usable to do replay .Bu

Re: Optimal backup strategy

2019-11-27 Thread Adarsh Kumar
t the best solution. Thanks Eric for sharing link for medusa. Regards, Adarsh Kumar On Wed, Nov 27, 2019 at 5:16 PM guo Maxwell wrote: > For me, I think the last one : > Snapshot + Incremental + commitlog > is the most meaningful way to do backup and restore, when you make the > data bac

Optimal backup strategy

2019-11-26 Thread Adarsh Kumar
most suitable and feasible approach? Also which of these is used most. Please let me know if there is any other option to tool available. Thanks in advance. Regards, Adarsh Kumar

Re: TWCS and gc_grace_seconds

2019-10-18 Thread Adarsh Kumar
2. Are there any best practices/recommendations to handle high number of tombstones 3. Can we handle this use case with STCS also (with some configurations) Thanks in advance Adarsh Kumar On Fri, Oct 18, 2019 at 11:46 AM Jeff Jirsa wrote: > Is everything in the table TTL’d? >

TWCS and gc_grace_seconds

2019-10-17 Thread Adarsh Kumar
data Thanks in advance. Adarsh Kumar

Re: Setting bloom_filter_fp_chance < 0.01

2016-05-30 Thread Adarsh Kumar
Thank Tyler for your comments. Created following ticket: https://issues.apache.org/jira/browse/CASSANDRA-11920 Adarsh On Thu, May 26, 2016 at 9:37 PM, Tyler Hobbs wrote: > > On Thu, May 26, 2016 at 4:36 AM, Adarsh Kumar > wrote: > >> >> 1). Is there any other way to

Re: Setting bloom_filter_fp_chance < 0.01

2016-05-26 Thread Adarsh Kumar
a much better and faster it would have been always on by default. > On Thu, 19 May 2016 at 16:55, Kai Wang wrote: > >> with 50 bln rows and bloom_filter_fp_chance = 0.01, bloom filter will >> consume a lot of off heap memory. You may want to take that into >> consideratio

Re: Setting bloom_filter_fp_chance < 0.01

2016-05-18 Thread Adarsh Kumar
dia.org/wiki/Bloom_filter > > On Wed, May 18, 2016 at 11:04 AM sai krishnam raju potturi < > pskraj...@gmail.com> wrote: > >> hi Adarsh; >> were there any drawbacks to setting the bloom_filter_fp_chance to >> the default value? >> >> thanks >

Setting bloom_filter_fp_chance < 0.01

2016-05-17 Thread Adarsh Kumar
mum/recommended value of bloom_filter_fp_chance (if we do not have any limitation for bloom filter size). NOTE: We are using default SizeTieredCompactionStrategy on cassandra 2.1.8.621 Thanks in advance..:) Adarsh Kumar