Details
-
Type:
Improvement
-
Status:
Postponed
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.5.0RC1, 1.5.0RC2, 1.5.0RC3, 1.5.0, 1.5.0PL1, 1.5.1, 1.5.3, 1.6.0RC2, Next Major Release
-
Fix Version/s: None
-
Component/s: Zend_Log
-
Labels:None
Description
The DELAYED option for the INSERT statement is a MySQL extension to standard SQL that is very useful if you have clients that cannot or need not wait for the INSERT to complete. This is a common situation when you use MySQL for logging (...)
Using INSERT DELAYED would improve the speed of Zend_Log_Writer_Db. But you can't check, if the INSERT was successful. So maybe it should be an optional feature.
Attachments
Issue Links
| This issue is related to: | ||||
| ZF-9484 | INSERT DELAYED (mysql adapter) |
|
|
|
Yes, No, Maybe..?