Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049683 | Retail Modules | Web POS | public | 2022-06-29 14:22 | 2022-11-22 11:12 |
|
Reporter | malsasua | |
Assigned To | ranjith_qualiantech_com | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR22Q4 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0049683: With big volumes the Verify Return selector is very slow using "contains" operator in document number |
Description | In a customer with a big volume of data, if Verify Return selector is used with document number filter and "contains" operator (instead of "equal"), the selector is very slow.
|
Steps To Reproduce | . in customer with a big volume of data
. open Verify Return selector
. in filter text area: "1"
. click in search button
> the selector is taking several seconds in the response |
Proposed Solution | . the index
"em_obpos_order_docno_trgm" gin (upper(documentno::text) gin_trgm_ops)
is not used
In this link, you can check the explain plan:
https://explain.depesz.com/s/2Ov6 [^] |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0049681 | | closed | ranjith_qualiantech_com | With big volumes the Verify Return selector is very slow when no filter is used |
|
Attached Files | conFiltro.txt (1,970) 2022-06-29 16:59 https://issues.openbravo.com/file_download.php?file_id=17258&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2022-06-29 14:22 | malsasua | New Issue | |
2022-06-29 14:22 | malsasua | Assigned To | => Retail |
2022-06-29 14:22 | malsasua | Triggers an Emergency Pack | => No |
2022-06-29 14:22 | malsasua | Tag Attached: Performance | |
2022-06-29 14:22 | malsasua | Relationship added | related to 0049681 |
2022-06-29 16:59 | malsasua | File Added: conFiltro.txt | |
2022-07-05 07:39 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2022-07-05 07:39 | ranjith_qualiantech_com | Status | new => scheduled |
2022-07-25 04:36 | hgbot | Note Added: 0139563 | |
2022-07-25 04:36 | hgbot | Note Added: 0139564 | |
2022-08-09 08:19 | hgbot | Resolution | open => fixed |
2022-08-09 08:19 | hgbot | Status | scheduled => closed |
2022-08-09 08:19 | hgbot | Note Added: 0139987 | |
2022-08-09 08:19 | hgbot | Fixed in Version | => RR22Q4 |
2022-08-09 08:19 | hgbot | Note Added: 0139988 | |
2022-08-09 08:19 | hgbot | Note Added: 0139989 | |
2022-08-09 08:19 | hgbot | Note Added: 0139990 | |
2022-11-22 11:12 | hgbot | Note Added: 0143993 | |
Notes |
|
(0139563)
|
hgbot
|
2022-07-25 04:36
|
|
|
|
(0139564)
|
hgbot
|
2022-07-25 04:36
|
|
|
|
(0139987)
|
hgbot
|
2022-08-09 08:19
|
|
|
|
(0139988)
|
hgbot
|
2022-08-09 08:19
|
|
|
|
(0139989)
|
hgbot
|
2022-08-09 08:19
|
|
|
|
(0139990)
|
hgbot
|
2022-08-09 08:19
|
|
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: bed88cb607a3078dcdd246309600a4a1cda7e1e5
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 09-08-2022 06:19:39
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/bed88cb607a3078dcdd246309600a4a1cda7e1e5 [^]
Verifies ISSUE-49683: Updated Automated Tests
---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/creditnote/CreateCreditNoteWithAnonymous.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreUIOpenReceipt.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreUIVerifiedReturns.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/InStoreUIOpenReceipt.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/InStoreUIVerifiedReturns.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I34354_VerifyVoidLayawayInList.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/orderselector/VerifyOrderSelector.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I38739_OpenMultipleReceipts.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30839_SalesVerifyDateInOracle.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31212_SearchWithLimitPref.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32669_VerifyUIUnPaidReceiptList.java
---
|
|
|
(0143993)
|
hgbot
|
2022-11-22 11:12
|
|
|