[Tickets #6295] Re: Ansel flat shares with hierarchies
bugs at horde.org
bugs at horde.org
Wed Mar 19 19:32:05 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6295
-----------------------------------------------------------------------
Ticket | 6295
Updated By | Duck <duck at obala.net>
Summary | Ansel flat shares with hierarchies
Queue | Ansel
Type | Enhancement
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
+New Attachment | share.php
-----------------------------------------------------------------------
Duck <duck at obala.net> (2008-03-19 15:32) wrote:
So is time I post the last version of the share driver. Contains some
parents fixes and avoids _fromDriver loop. It should work in all cases, but
I don't use it any more. Is much better than DT but is just a was between a
pure sql driver in order to leave the data structure as much as possible
common to the original structure.
I even left the idea of having a join based driver. Yes it reducses the
number of queries and ram usage on the php side, but the time spent by the
database server to join two large tables is longer than selecting ids and
then the data as in the share driver.
The best option is actually an sql driver I am working on right now.
Combines the two share and gallery tables in one, while still having
separate the shares and gallery objects side.
More information about the bugs
mailing list