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:42:26 -04:00
parent 03f97b1201
commit fe254a5d17
4 changed files with 4 additions and 0 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");
/* -----------------------------------------------------------------------