Sebastian Zickau <[EMAIL PROTECTED]> writes: > - What do you exactly mean by "executing a stored procedure without > semantic information"?
By default sequoia knows nothing about data accessed by a stored procedure, so it executes them using a very conservative (and slow) approach. Part of this conservative approach is to systematically refresh its knowledge of the database schema once the stored procedure is complete. "semantic information" is an optimization for executing stored procedures (less conservative). This is probably documented somewhere. _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
