Skip to content

Commit

Permalink
MODFQMMGR-617:Convert specific arrays as JSONB to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
kjain110 committed Jan 10, 2025
1 parent 630ba3a commit 378929d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,8 @@
valueJsonPath: '$.instanceFormats.*.id',
labelJsonPath: '$.instanceFormats.*.name',
},
sourceAlias: 'inst',
essential: true,
dataType: {
dataType: 'jsonbArrayType',
itemDataType: {
Expand Down

0 comments on commit 378929d

Please sign in to comment.