← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 522528] Re: Use parent_store in partner categories

 

On Monday 08 November 2010, you wrote:
> parent_store must be used whenever we have big structures ? I don't
> htink it's usual to have very big structures for partners categories. I
> don't see the goal of doing this ?
> 

++

I would like to add that parent_store may be redundant if we ever include the 
pg84 enhancements. Storing the parent_left and parent_right may speed up 
_reading_ of the tree, but will put a heavy burden on writing or modifying the 
tree. Postgres, as of 8.4, can offer an alternative efficient way to perform 
searches in tree-structured data.


-- 
Say NO to spam and viruses. Stop using Microsoft Windows!

-- 
Use parent_store in partner categories
https://bugs.launchpad.net/bugs/522528
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Invalid

Bug description:
Partner categories can be organized in a hierarchy. This a useful feature but we can't make the full out of it because we can't use child_of.
I propose we set parent_store = True for 5.2.
Lionel







References