Pushpendra,
Probably you can read all the data using spark with Consistency level ALL
for repairing the data.
Regards
Manish
On Mon, Nov 9, 2020 at 11:31 AM Alexander DEJANOVSKI
wrote:
> Hi,
>
> You have two options to disable anticompaction when running full repair:
>
> - add the list of DCs
Thanks Alex
On Mon, Nov 9, 2020 at 12:36 PM Alexander DEJANOVSKI
wrote:
> Only sstables at unrepaired state go through anticompaction.
>
> Le lun. 9 nov. 2020 à 07:01, manish khandelwal <
> manishkhandelwa...@gmail.com> a écrit :
>
>> Thanks Alex.
>>
>> One more query, all are sstables (repaired
Hello,
I have few questions regarding restoring the data from snapshots using
sstableloader.
If i have a 6 node cassandra cluster with VNODEs(256) and I have taken
snapshot of all 6 nodes and if I have to restore to another cluster
1. Does the target cluster have to be of the same size?
2. If 1
A few months ago, I was asked a similar question so I wrote instructions
for this. It depends on whether the clusters are identical or not. The
posts define what "identical" means.
If the source and target cluster are identical in configuration, follow the
procedure here -- https://community.datas
Thanks Erick, I will go through the posts and get back if I have any
questions.
On Mon, Nov 9, 2020 at 1:58 PM Erick Ramirez
wrote:
> A few months ago, I was asked a similar question so I wrote instructions
> for this. It depends on whether the clusters are identical or not. The
> posts define w
Hi,
Short story: storing time series of measurements (key(name, timestamp),
value).
The problem: get the list of the last `value` of every `name`.
Is there a Cassandra friendly solution to store the last value of every
`name` in a separate metadata table? It will come with a lot of
tombstones...