I checked and cassandra channel was created by zznate at apache.org
-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org
e.org
Subject: Re: [EXTERNAL] Re: Triggers
Fair enough, do not hesitate to join us on Slack if you have questions, I bet
there are a lot of people willing to gladly answer your questions and concerns
about Cassandra and how it differs from your relational world. Nothing bad
about a mailing list as
, December 15, 2020 1:38 PM
> To: dev@cassandra.apache.org
> Subject: Re: [EXTERNAL] Re: Triggers
>
> On Tue, 15 Dec 2020 at 14:24, Greg Oliver
> wrote:
> >
> > Why not batches: I thought that it might be best that read and write models
> > are in different key
to a relational database.
-Original Message-
From: Stefan Miklosovic
Sent: Tuesday, December 15, 2020 1:38 PM
To: dev@cassandra.apache.org
Subject: Re: [EXTERNAL] Re: Triggers
On Tue, 15 Dec 2020 at 14:24, Greg Oliver wrote:
>
> Why not batches: I thought that it might be best that rea
On Tue, 15 Dec 2020 at 14:24, Greg Oliver wrote:
>
> Why not batches: I thought that it might be best that read and write models
> are in different keyspace for perf reasons? As I understand, a batch cannot
> span keyspaces.
What performance reasons? Do you mean that you want to write into one
Why not batches: I thought that it might be best that read and write models are
in different keyspace for perf reasons? As I understand, a batch cannot span
keyspaces.
I've been querying around to see if I can find a "reference implementation" of
cqrs using Cassandra to see how people recommend