Forum OpenACS Q&A: Re: integrity constraints and mysql

Collapse
Posted by Talli Somekh on
  • A properly written application will make sure (internally) that it is not violating referential integrity constraints before proceding with a query. Thus, additional checks on the database level will only slow down performance for such an application.

impressive. we really need to update "Why not MySQL"...

talli