…in MySQL you might be better of using several queries than doing complicated ones. Of course you would rather use IN() than do 100 of queries in this case. This most applies to subqueries Where Subselects with IN… List for IN on your PHP application: SELECT * FROM articles WHERE user_id IN(23,…
Post: Top 5 Wishes for MySQL
… limited. Compare this with other OpenSource projects such as PostgreSQL (plugable indexes etc), Apache, PHP or Linux Kernel. Yes in MySQL 5.1 the… to mention other issues. I’m saying about SubSelects which were added in MySQL 4.1 but you still could not run (and… which were released in MySQL 5.0 without consistent work with MySQL close Partner – Innobase to ensure Group Commit still works in 5.0 and…
Comment: Database problems in MySQL/PHP Applications
…in MySQL you might be > better of using several queries than doing complicated ones. Of > course you would rather use IN() than do 100 of queries in this case. > This most applies to subqueries Where Subselects with IN…List for IN on your PHP application: > SELECT * FROM articles WHERE user_id IN(…

