Re: [EXTERNAL] Re: Triggers

2020-12-15 Thread Stefan Miklosovic
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

RE: [EXTERNAL] Re: Triggers

2020-12-15 Thread Greg Oliver
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

Re: [EXTERNAL] Re: Triggers

2020-12-15 Thread Stefan Miklosovic
, 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

RE: [EXTERNAL] Re: Triggers

2020-12-15 Thread Greg Oliver
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

Re: [EXTERNAL] Re: Triggers

2020-12-15 Thread Stefan Miklosovic
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

RE: [EXTERNAL] Re: Triggers

2020-12-15 Thread Greg Oliver
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