BUG 10089 Mejoras en el rendimiento del plugin para KnowledgeTree SOLVED
- CURLOPT_VERBOSE option of debug en true. - was disable option debug writing in error_log. - was add index for tables APP_DOCUMENT (indexAppDocument) and KT_DOCUMENT (indexKtDocument)
This commit is contained in:
@@ -85,6 +85,7 @@ CREATE TABLE "APP_DOCUMENT"
|
||||
ADD CONSTRAINT "APP_DOCUMENT_PK"
|
||||
PRIMARY KEY ("APP_DOC_UID");
|
||||
|
||||
CREATE INDEX "indexAppDocument" ON "APP_DOCUMENT" ("FOLDER_UID","APP_DOC_UID");
|
||||
|
||||
/* -----------------------------------------------------------------------
|
||||
APP_MESSAGE
|
||||
|
||||
Reference in New Issue
Block a user