on ‎2019 Sep 19 4:22 PM
The Query
SELECT PK,TargetPK,SourcePK,SequenceNumber,RSequenceNumber FROM pgrels WHERE SourcePK IN (?) AND languagepk IS NULL UNION SELECT PK,TargetPK,SourcePK,SequenceNumber,RSequenceNumber FROM pgrels WHERE TargetPK IN (?) AND languagepk IS NULL
during guestcheckout is getting very very slow because it gets nearly the whole customer database when adding the customer to the customergroup during checkout.
It gets generated from the "ModifyManyToManyRelationStatementsBuilder" ... I remebered that from old versions the flag "relation.PrincipalGroupRelation.markmodified" did help there but I might be wrong ... can anyone help here ?
SAP Commerce 1811 is our version
Request clarification before answering.
Christian - How do we implement your suggestion of "use legacy mode not globally but for saving this single transaction" ?
Thanks in advance for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yeah you can use legacy mode not globally but for saving this single transaction ... There is a Util for that , with legacy mode you dont have this problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.