You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rowSizeLimit has no effect unless useMultiRowSchema="true" is also set. Customers configure rowSizeLimit alone, see no behavior change, and open cases assuming the property isn't working.
Update the rowSizeLimit row (or add a note directly below it):
Token
Description
rowSizeLimit
Set the limit of stored data per record, in megabytes. Default is 2 MB. Requires useMultiRowSchema="true" to take effect. Valid for both Oracle and Db2.
Problem
The
rowSizeLimitproperty on this page is documented with no mention of its prerequisite, and is scoped as Oracle-only when it also applies to Db2:https://openliberty.io/docs/latest/reference/config/httpSessionDatabase.html
rowSizeLimithas no effect unlessuseMultiRowSchema="true"is also set. Customers configurerowSizeLimitalone, see no behavior change, and open cases assuming the property isn't working.rowSizeLimitis listed under Oracle-specific properties, but it is also valid for Db2 (enabled via Enable property for DB2 row size limit open-liberty#19248). Customers on Db2 don't realize the property applies to them.Exact change requested
Update the
rowSizeLimitrow (or add a note directly below it):useMultiRowSchema="true"to take effect. Valid for both Oracle and Db2.Reference: TS022821626 / TS015045361 / TS020285429