Support for EfCore with PostgreSQL?
Hi, I want to congratulate you on the good work that you have done with this package.
Any further milestone to be able to use it with Postgresql database?
As I saw from you documentation, you only support EF with SqlServer.
Thank you!
looks like pg_last_committed_xact would work as an etag https://stackoverflow.com/a/65340830/53158
Or maybe xmin (when going for the rowversion only approach) https://www.npgsql.org/efcore/modeling/concurrency.html?tabs=data-annotations?
Postgres does not support "Change tracking "
Couldn't this be solved with Triggers?
postrgres support has been added
Thanks for adding this support.
has anyone tried this? any issues/problems to report?
Not yet. But since support for Postgres has been added, I plan to integrate it into one of my projects soon.
has anyone tried this? any issues/problems to report?
Yes I have and I am getting the super fast query responses
@edcsu can u share some before and after numbers?
@edcsu can u share some before and after numbers?
I reproduced the effect locally. I am querying for 1000 products.
Before using delta
Using delta initial request
Subsequent request 1
next request
another
@edcsu that is a great outcome.
@edcsu that is a great outcome.
Indeed it is because we are dealing with millions of records. 🚀 Just wanted to say thanks for both Delta and replicant. They are both incredibly fast and optimised. Really appreciate the attention to performance. Great work!