Paul,
I have a backend configured like this in my virtuadatabase XML configuration file :

 <DatabaseSchema dynamicPrecision="procedures">
               <DefaultStoredProcedureSemantic hasDDL="false"/>
 </DatabaseSchema>

But when I enter in admin mode on the Sequoia console and execute the "show virtualdatabase config" command, the same part of the configuration is now : <DatabaseSchema dynamicPrecision="procedures" gatherSystemTables="false"/>

without the DefaultStoredProcedureSemantic declaration.

And indeed, since "hasDDL" default value is true, when replaying the recovery log on reenabling the backend, I notice that "a full schema refresh [is] performed after each stored procedure execution", as specified the virtual databse confuguration DTD. Is there any explication for this ?
Yes, there is a simple explanation, it is a bug !
Note that this applies only to 2.10 versions.

I filed the issue under https://forge.continuent.org/jira/browse/SEQUOIA-934 so that you can track it.

Thanks for your feedback,
Emmanuel

--
Emmanuel Cecchet
Chief Scientific Officer, Continuent

Blog: http://emanux.blogspot.com/
Open source: http://www.continuent.org
Corporate: http://www.continuent.com
Skype: emmanuel_cecchet
Cell: +33 687 342 685


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

Reply via email to