Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Cached eventStore
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
@marcofranssen  
View profile  
 More options Mar 30 2012, 11:36 am
From: "@marcofranssen" <marco.frans...@gmail.com>
Date: Fri, 30 Mar 2012 08:36:09 -0700 (PDT)
Local: Fri, Mar 30 2012 11:36 am
Subject: Cached eventStore

We currently need a cached eventstore so the aggregates rebuilding goes
faster. We are currently importing some data which takes +3 days to persist
everything to the database. We loose the most time when querying the
aggregates from the eventstore, so we would like to cache them because they
will be used in multiple iterations during our dataconversion. We really
need to improve this performance, because we need to do this dataconversion
within a weekend. We spent the whole day measuring today and the most
performance improvement can be gathered from the aggregate rebuilding. This
takes about 40 milliseconds. Everything else is most of the time below 15
milliseconds.

Is there someone who knows enough of the ncqrs eventstore to provide us a
cached version of the MsSqlEventStore?

Hopefully there is someone who can help us?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mynkow  
View profile  
 More options Mar 30 2012, 4:06 pm
From: mynkow <myn...@gmail.com>
Date: Fri, 30 Mar 2012 13:06:18 -0700 (PDT)
Local: Fri, Mar 30 2012 4:06 pm
Subject: Re: Cached eventStore

How this cache should work? Cache is never simple.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Young  
View profile  
 More options Mar 31 2012, 3:56 am
From: Greg Young <gregoryyou...@gmail.com>
Date: Sat, 31 Mar 2012 03:56:59 -0400
Local: Sat, Mar 31 2012 3:56 am
Subject: Re: Cached eventStore

Identity map?

Sent from my iPad

On 2012-03-30, at 6:15 PM, Chris Bowden <cbcweb...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
@yreynhout  
View profile  
 More options Jun 7 2012, 11:13 am
From: "@yreynhout" <yves.reynh...@gmail.com>
Date: Thu, 7 Jun 2012 08:13:49 -0700 (PDT)
Local: Thurs, Jun 7 2012 11:13 am
Subject: Re: Cached eventStore

What do you mean by "importing data"? Are processes kicked off in reaction
to events in this scenario, or is it just persisting ARs? Why not use some
form of scale out and consolidate afterwards (bulk inserting into your sql
server)? Ensuring sequential processing on an aggregate basis will allow
you to keep the aggregate materialized in memory and just apply one event
after another. You could collect batches of those changes and flush them as
you see fit. Events are immutable so there should be no problem caching
them (you could keep reading entirely out of the equation).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »