Tag: Open Source

Community

Stored Procedures Are Slow Part 2

(Brooks Johnson) Last time I demonstrated a case where stored procedures are slow. There were a few comments that I should include selects in the stored procedure to make the tests more realistic. From experience I already knew the answer so I didn’t go into that level of detail, but since stored

Community

DBA_OBJECTS View for MySQL

(Augusto Bott) When using Oracle, the data dictionary provides us with tons of tables and views, allowing us to fetch information about pretty much anything within the database. We do have information like that in MySQL 5.0 (and up) in the information_schema database, but it’s scattered through seve