Summary | Move history to its own table |
Queue | Turba |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | leena.heino (at) uta (dot) fi |
Created | 2005-07-19 (5662 days ago) |
Due | |
Updated | 2005-07-20 (5661 days ago) |
Assigned | 2005-07-19 (5662 days ago) |
Resolved | 2005-07-20 (5661 days ago) |
Milestone | |
Patch | No |
class is pretty simple and this doesn't change the API at all.
what admins care about, rather not about the API.
class is pretty simple and this doesn't change the API at all.
with it waiting for 3.1 if we're focusing on 3.1 soon.
not merge it?
probably breaking BC somewhere. Something we never did in a bug fix
release and shouldn't start doing.
We should rather concentrate on x.1 releases once the current bugfix
releases are out.
not merge it?
probably breaking BC somewhere. Something we never did in a bug fix
release and shouldn't start doing.
We should rather concentrate on x.1 releases once the current bugfix
releases are out.
something like 54 seconds to complete. And this query is run every
time the user adds an address to the address book or creates a new
event or task or note.
task was adding a single entry to address book or a task to calendar:
Horde framework 3 version with history in a datatree: 2 minutes.
Horde head version with history in a separate table: 2 seconds.
not merge it?
history information in the DataTree is killing the system in terms of
performance. As you saw in the datatree monster sql the query took
something like 54 seconds to complete. And this query is run every
time the user adds an address to the address book or creates a new
event or task or note.
merge it?
And we shouldn't merge this to 3.0.5.
Version ⇒ HEAD
State ⇒ Resolved
Summary ⇒ Move history to its own table
State ⇒ Assigned
moving Horde_History to use its own SQL table instead of using
DataTree. Should help a bunch.
New Attachment: datatree-monster-sql.txt
don't even tell us about the query you're blaming for the problem.
Attached is the datatree monster sql. This is from MySQL's slow query log.
State ⇒ Not A Bug
don't even tell us about the query you're blaming for the problem.
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ adding addresses is abysmally slow
Queue ⇒ Turba
you have large localsql like address book then this SQL query is
abysmally slow. This monster SQL query had something like 18000 OR
and 9000 LIKE parameters.
Is there some way to disable DataTree in turba with localsql like
address books. Or is there some way to prune DataTree.