-
Notifications
You must be signed in to change notification settings - Fork 245
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
SqlServer - Use MEMORY_OPTIMIZED tables #483
Conversation
Intent? |
Doesn't everyone use memory optimized tables for small tables these days? 😉 Demonstration: Performance Improvement of In-Memory OLTP
|
|
Can also change |
Ok, it might make the queries faster. But should we make the db as fast as we can? Today TE is not testing SQL Server, but I can imagine they will at some point. I'd rather wait for their configuration and copy what they do. So yeah, we could take this change because we are alone on it right now, but I don't really see any reason to when I see our goals of improving the dotnet performance. This is artificial gain. Do we have any proof also it will make a difference on our kind of load (dataset and queries)? |
It pushes more load into the driver and less on the database; so its clear what in the driver needs optimizing.
I'd like to suggest a configuration to TE based on this and also do SqlServer tests |
Which is why I also went for |
I agree on that point
If they decide to go with SQL Server, then we will align with anything they do. I'd like to hear from their intention then. And then do the same. |
PR for comment: TechEmpower/FrameworkBenchmarks#3807 |
We don't need it right now. |
No description provided.