Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0055118 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] I. Performance | major | always | 2024-04-08 10:41 | 2024-04-24 09:27 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | aferraz | |||||||
Priority | high | Resolution | fixed | Fixed in Version | PR24Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | Gold | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0055118: Index by c_order.Cancelledorder_id is missing | |||||||
Description | in big environments, the search by the column c_order.cancelledorder_id is very slow. Index is missing for this column | |||||||
Steps To Reproduce | n/a | |||||||
Proposed Solution | create index: <index name="EM_CCFLDS_ORDER_CANCELLEDORDER" unique="false"> <index-column name="CANCELLEDORDER_ID"/> </index> | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0163533) aferraz (viewer) 2024-04-22 14:42 |
You should provide the query that needs this index and indicate where it is executed from. |
(0163606) hgbot (developer) 2024-04-23 14:07 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1212 [^] |
(0163640) hgbot (developer) 2024-04-24 09:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: e28ff24d6acb192b528dc42e5146aca9b397daa4 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 24-04-2024 07:27:16 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/e28ff24d6acb192b528dc42e5146aca9b397daa4 [^] Fixes ISSUE-55118: Add index in C_ORDER.CANCELLEDORDER_ID column --- M src-db/database/model/tables/C_ORDER.xml --- |
(0163641) hgbot (developer) 2024-04-24 09:27 |
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1212 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2024-04-08 10:41 | malsasua | New Issue | |
2024-04-08 10:41 | malsasua | Assigned To | => Triage Platform Base |
2024-04-08 10:41 | malsasua | OBNetwork customer | => Gold |
2024-04-08 10:41 | malsasua | Modules | => Core |
2024-04-08 10:41 | malsasua | Triggers an Emergency Pack | => No |
2024-04-22 07:44 | alostale | Assigned To | Triage Platform Base => Triage Omni OMS |
2024-04-22 14:42 | aferraz | Note Added: 0163533 | |
2024-04-22 14:42 | aferraz | Status | new => feedback |
2024-04-22 14:42 | aferraz | Assigned To | Triage Omni OMS => malsasua |
2024-04-22 17:48 | aferraz | Assigned To | malsasua => Triage Omni OMS |
2024-04-22 17:48 | aferraz | Status | feedback => new |
2024-04-23 14:07 | hgbot | Merge Request Status | => open |
2024-04-23 14:07 | hgbot | Note Added: 0163606 | |
2024-04-23 14:07 | aferraz | Assigned To | Triage Omni OMS => aferraz |
2024-04-23 22:06 | hgbot | Merge Request Status | open => approved |
2024-04-24 09:27 | hgbot | Resolution | open => fixed |
2024-04-24 09:27 | hgbot | Status | new => closed |
2024-04-24 09:27 | hgbot | Fixed in Version | => PR24Q3 |
2024-04-24 09:27 | hgbot | Note Added: 0163640 | |
2024-04-24 09:27 | hgbot | Note Added: 0163641 |
Copyright © 2000 - 2009 MantisBT Group |