Fixed
Details
Assignee
Fabio Massimo ErcoliFabio Massimo ErcoliReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Fabio Massimo Ercoli
Fabio Massimo ErcoliReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created August 9, 2021 at 11:25 AM
Updated July 22, 2022 at 6:32 AM
Resolved November 2, 2021 at 10:55 AM
Let’s review the type of all columns added by the database-polling coordination strategy.
In particular, I see that the
payload
column of the outbox table has type binary, wherevarbinary
seems more appropriate. Also, it has a length of8192
, but8000
would be better for SQL server in particular, because it avoids switching from thevarbinary
type to theimage
type. I’m not sure which size would be best, however; maybe that should be configurable.Other columns might have similar problems.