Hacker News new | ask | show | jobs
by jamiepenney 1317 days ago
I like Marten, but they broke stuff around timestamps pretty badly with the latest release. A good chunk of that is Npgsql's fault, but we lost the ability to duplicate / index on any timestamp fields, which threw performance of the system into the bin. I've been migrating the system over to EFCore slowly. Honestly, I don't think the system was a good fit for a document DB in the first place.
1 comments

Isn't this why a qa environment is for?