-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate to NHibirnate Core #168
Comments
#167 related |
What’re the benefits of NHibernate? I haven’t used it, so I’m not very familiar with it. EF Core works well for this project, so I don’t feel there’s a need to move something else. |
The idea to migrate NH is based on the fact I discover that EF Core does not support group by(even EF 2.2 #167 and in further plans, you can investigate this starting from this thread for example https://stackoverflow.com/questions/48082277/entityframework-core-group-by-gives-me-an-order-by) |
I would like to avoid changing our database provider until we absolutely need to. If anything, I would rather move to EF6 than NHibernate, and EF6 will be supported on .NET Core 3, which is currently in preview. Does that seem reasonable? I'll close off this issue for now, but feel free to add any comments. |
I would like to do not agree that moving back to EF6 is reasonable ( EF6 in compare NHibernate is much more weaker ORM. also for Azure lovers(maybe interesting fact): |
NuGet.org uses entity framework and scales to 2 million records without any sharding. I’ve also indexed all of NuGet.org using BaGet on a single database, so I don’t think there’s a need to replace the current solution at this time. I’ll read up more about the caching and searching though, that could be useful! |
just proposal - I can this, need only an agree
The text was updated successfully, but these errors were encountered: