Thanks for your valuable reply, will check.
Thanks and regards,
Gowtham S
On Mon, 19 Feb 2024 at 15:46, Bowen Song via user
wrote:
> You can have a read at
> https://www.datastax.com/blog/cassandra-anti-patterns-queues-and-queue-datasets
>
> Your table schema does not include the most important
You can have a read at
https://www.datastax.com/blog/cassandra-anti-patterns-queues-and-queue-datasets
Your table schema does not include the most important piece of
information - the partition keys (and clustering keys, if any). Keep in
mind that you can only efficiently query Cassandra by th
Hi Bowen
which is a well documented anti-pattern.
>
Can you please explain more on this, I'm not aware of it. It will be
helpful to make decisions.
Please find the below table schema
*Table schema*
TopicName - text
Partition - int
MessageUUID - text
Actual data - text
OccurredTime - Timestamp
Sta
Subject: Re: Requesting Feedback for Cassandra as a backup solution.
EXTERNAL EMAIL - USE CAUTION when clicking links or attachments
Hi Gowtham,
On the face of it, it sounds like you are planning to use Cassandra for a
queue-like application, which is a well documented anti-pattern. If that
Hi Gowtham,
On the face of it, it sounds like you are planning to use Cassandra for
a queue-like application, which is a well documented anti-pattern. If
that's not the case, can you please show the table schema and some
example queries?
Cheers,
Bowen
On 17/02/2024 08:44, Gowtham S wrote:
Thanks for your suggestion
Thanks and regards,
Gowtham S
On Sat, 17 Feb 2024 at 14:58, CPC wrote:
> hi,
>
> We implemented same strategy in one of our customers. Since 2016 we had
> one downtime in one DC because of high temperature(whole physical DC
> shutdown).
>
> With that approach I assume
hi,
We implemented same strategy in one of our customers. Since 2016 we had one
downtime in one DC because of high temperature(whole physical DC shutdown).
With that approach I assume you will use Cassandra as a queue. You have to
be careful about modeling and should use multiple partitions may b
Dear Cassandra Community,
I am reaching out to seek your valuable feedback and insights on a proposed
solution we are considering for managing Kafka outages using Cassandra.
At our organization, we heavily rely on Kafka for real-time data processing
and messaging. However, like any technology, Ka