Jeremy D. Miller

Results 168 issues of Jeremy D. Miller

Got a little behind on things. - [x] `IChangeListener` for the async daemon - [x] Recommendation of computed index over duplicated field - [x] Executing custom SQL in DocumentSession -...

docs

User had a question about that, and I realized there was no sample in the documentation for that. Lots in unit tests, but nothing in the website.

docs

Like our existing `ISessionFactory`, but allow for variance on things like an ASP.Net Core `HttpContext` or Jasper's `IExecutionContext`

enhancement

Putting this here for a post-4.0 world. * Try to support as much as possible of the current Patch operations with native Postgresql JSON operators * Multiple operations per command?

feature request

per conversations today w/ @oskardudycz. I'm thinking a generic `IEventStore.ArchiveEvents(Expression where)` method.

This is a big request, and there's plenty to talk about. Some thoughts: * I think we're gonna have to introduce some sort of projection versioning and tracking projection versions...

async daemon

This is probably going to be prime for not making the 4.0 cut, but let's still talk about it. This is dependent first on #1718 and #1715. If we know...

async daemon

Even in the prior async daemon, we executed each individual projection in its own independent track. In V4, let's try to parallelize projection processing within a single projection wherever possible....

async daemon

Say one projection wants to use the build products of another projection. Assuming that we do something to stay that the dependent projections always run on the same box (and...

async daemon

We shouldn't *encourage* folks to do this, but leave this here.

event store