Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0054196 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Openbravo ERP] 02. Master data management | minor | always | 2023-12-21 21:03 | 2023-12-22 08:30 | |||||||
Reporter | sdossantos | View Status | public | |||||||||
Assigned To | Triage Omni OMS | |||||||||||
Priority | high | Resolution | open | Fixed in Version | ||||||||
Status | new | 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 | pi | SCM revision | ||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
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); | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 |
Copyright © 2000 - 2009 MantisBT Group |