View source | View content page | Page history | Printable version   

Projects:Improve UUID Generation

Introduction

The current UUID generation logic generates UUIDs which are very different from eachother.

There can be a benefit of generating UUIDs which are closer to eachother from an ordering/sorting point of view. This gives postgresql more opportunities to cache pages in memory and then access the cached data for subsequent imports.

This project should investigate what other UUID generation we can use. There is already a prototyped sql function for this. See the attached file in the tracking issue.

Documentation

Retrieved from "http://wiki.openbravo.com/wiki/Projects:Improve_UUID_Generation"

This page has been accessed 658 times. This page was last modified on 15 June 2015, at 11:00. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.