Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030659Openbravo ERPA. Platformpublic2015-08-25 08:552019-02-14 07:53
AugustoMauch 
AugustoMauch 
normalminorhave not tried
newopen 
5
 
 
Core
No
0030659: Improve the generation of UUIDs so that they can be indexed more efficiently
Openbravo uses the uuid_generate_v4 [1] function to generate UUIDs with PostgreSQL. The function generates randomized UUIDs that are very scattered, which is makes the updates of the indexes based on these UUIDs very slow.

The index updates could potentially be much more efficient if the UUIDs were more grouped

[1] http://www.postgresql.org/docs/9.4/static/uuid-ossp.html [^]
-
No tags attached.
Issue History
2015-08-25 08:55AugustoMauchNew Issue
2015-08-25 08:55AugustoMauchAssigned To => AugustoMauch
2015-08-25 08:55AugustoMauchModules => Core
2015-08-25 08:55AugustoMauchTriggers an Emergency Pack => No
2015-08-25 09:00AugustoMauchDescription Updatedbug_revision_view_page.php?rev_id=9263#r9263
2019-02-14 07:53pramodkumarNote Added: 0109817

Notes
(0109817)
pramodkumar   
2019-02-14 07:53   
The Postgres write load managing optimization way suggested by partner[0007725]
https://www.youtube.com/watch?v=xrMbzHdPLKM [^]