'How can I make projection faster in asp.net core app?

I have web app with two databases:

  • EventStoreDB - for events
  • PostgreSQL + Marten - for projections

For subscription and add data from eventstore to postgres I use this sample sample But, when I make create operation and got success result, next I am trying load new object from postgres, postgres has not my new object.

How can I make "events applying from eventstore to postgres faster or sync" ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source