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:
Marco Antonio Nina
2012-11-20 16:37:15 -04:00
parent 08f8766f5f
commit 03f97b1201
4 changed files with 23 additions and 1 deletions

View File

@@ -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