Disable useStoredProcedures in DatabaseSchema (vdb config)
----------------------------------------------------------

         Key: SEQUOIA-834
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-834
     Project: Sequoia
        Type: Improvement
  Components: Core  
    Versions: Sequoia 3.0 beta1    
    Reporter: Mathieu Peltier
 Assigned to: Mathieu Peltier 
     Fix For: Sequoia 3.0


useStoredProcedures=true is required only by RAIDB-0 and RAIDB2 levels (to know 
on which backends the requests should be sent). By default (for RAIDB1), this 
should be desactivated to speedup schema refresh (especially for postgresql).

<!ELEMENT DatabaseSchema EMPTY>
<!ATTLIST DatabaseSchema
  useStoredProcedures (true | false) "false" <---
  useViews (true | false) "true"
  gatherSystemTables (true | false) "false"
  schemaName CDATA #IMPLIED
>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to