> Prepared Statements look pretty cool, unless you're using MySQL which oddly > gets slower for simple statements.
The short version there is that mysql's prepared statements require an additional network round trip (increasing latency) and don't do any query planning when created (not-decreasing query time). -- You received this message because you are subscribed to the Google Groups "WellRailed" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
