[Tickets #7363] Re: Avoid bitwise operations in the SQL Share driver
bugs at horde.org
bugs at horde.org
Wed Oct 8 15:38:55 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7363
------------------------------------------------------------------------------
Ticket | 7363
Updated By | Duck <duck at obala.net>
Summary | Avoid bitwise operations in the SQL Share driver
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Enhancement
State | Accepted
Priority | 2. Medium
Milestone |
Patch | 1
Owners | Horde Developers, Chuck Hagenbuch
------------------------------------------------------------------------------
Duck <duck at obala.net> (2008-10-08 11:38) wrote:
> For me, both GROUP BY and DISTINCT are using a temporary tables.
This is normal. As a temporary table is created for every join. Then
depends on the data length and server settings if a table is created
in memory or on disk.
More information about the bugs
mailing list