Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0054196 | Openbravo ERP | 02. Master data management | public | 2023-12-21 21:03 | 2023-12-22 08:30 |
Reporter | sdossantos | ||||
Assigned To | Triage Omni OMS | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0054196: When we delete data in bulk, it takes a long time | ||||
Description | When we do a data migration, for example, it takes a long time to eliminate Business Partners. We propose a solution with adding the INDEX. | ||||
Steps To Reproduce | 1- Delete many business partner Take a long time | ||||
Proposed Solution | Mandatory CREATE INDEX c_bpartner_bparent_id_idx ON public.c_bpartner USING btree (bpartner_parent_id); CREATE INDEX c_bpartner_salesrep_id_idx ON public.c_bpartner USING btree (salesrep_id); CREATE INDEX c_validcombination_bpartner_id_idx ON public.c_validcombination USING btree (c_bpartner_id); Optional CREATE INDEX bpartner_isemployee_temp ON public.c_bpartner USING btree (isemployee); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2023-12-21 21:03 | sdossantos | New Issue | |||
2023-12-21 21:03 | sdossantos | Assigned To | => Triage Omni OMS | ||
2023-12-21 21:03 | sdossantos | Modules | => Core | ||
2023-12-21 21:03 | sdossantos | Triggers an Emergency Pack | => No | ||
2023-12-22 08:30 | Practics | Issue Monitored: Practics |
There are no notes attached to this issue. |