Skip to content

Commit

Permalink
Update src/SqlPersistence/Outbox/SqlDialect_MsSqlServer.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Minutillo <mike.minutillo@particular.net>
  • Loading branch information
SzymonPobiega and mikeminutillo authored Feb 22, 2021
1 parent 73f15bb commit 4a201cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SqlPersistence/Outbox/SqlDialect_MsSqlServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ internal override string AddOutboxPadding(string json)
//We need to ensure the outbox content is at lest 8000 bytes long because otherwise SQL Server will attempt to
//store is inside the data page which will result in low space utilization.

//We tried using *varchar values of of the row* table option but while it did improve situation on on-premises
//We tried using *varchar values out of the row* table option but while it did improve situation on on-premises
//SQL Server it didn't work as expected in SQL Azure where it caused LOB pages to be allocated (one for each record)
//but never deallocated after the messages data is supposed to be removed.

Expand Down

0 comments on commit 4a201cf

Please sign in to comment.