Skip to content
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 durable memory-optimized tables can boost SqlTransport performance #1044

Open
3 tasks
mauroservienti opened this issue Feb 28, 2019 · 0 comments
Open
3 tasks

Comments

@mauroservienti
Copy link
Member

mauroservienti commented Feb 28, 2019

The current tables design of the SqlTransport is sub-optimal and should be redesigned. Starting Sql Server 2014 memory-optimized tables are supported, meaning a table exists only in memory and, if configured as durable, all operations are stored in the T-Log (they can be backed up or shipped to another server) that is much faster, being append only, than a regular table.

Using durable memory-optimized tables could greatly improve SqlTransport performance.

Possible plan

  • Spike the usage of durable memory-optimized tables to verify that the current transport requirements are met and investigate potential drawbacks
  • Verify the performance improvement impact
  • Implement support for durable memory-optimized tables in the transport
@mauroservienti mauroservienti changed the title Allow to use durable memory-optimized tables for SqlTransport to boost performance SqlServer durable memory-optimized tables can boost SqlTransport performance Mar 21, 2019
@kbaley kbaley transferred this issue from another repository Aug 10, 2021
@Particular Particular deleted a comment from mauroservienti Feb 21, 2022
@Particular Particular deleted a comment from DavidBoike Feb 21, 2022
@Particular Particular deleted a comment from mauroservienti Feb 21, 2022
@Particular Particular deleted a comment from DavidBoike Feb 21, 2022
@Particular Particular deleted a comment from mauroservienti Feb 21, 2022
@Particular Particular deleted a comment from yvesgoeleven Mar 8, 2022
@kbaley kbaley transferred this issue from another repository Jul 21, 2022
@kbaley kbaley transferred this issue from another repository Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants