Tag: Open Source

Community

Tracking Parameter Changes

(Kerry Osborne) I was in a meeting yesterday and a guy asked if there was a way to track changes to database parameters (sometimes called init.ora parameters by old guys). I thought for a second and said I didn’t think there was any sort of built in mechanism for doing that, no history table that I

Community

How many partitions can you have?

(Peter Zaitsev) I had an interesting case recently. The customer dealing with large MySQL data warehouse had the table which was had data merged into it with INSERT ON DUPLICATE KEY UPDATE statements. The performance was extremely slow. I turned out it is caused by hundreds of daily partitions creat

Community

Lobs with mysqli in PHP 5.3

(Michael McLaughlin) We got away with a bit of lazy in PHP, at least through PHP 5.29. Especially when we worked with LOB columns. All that is at an end with PHP 5.3. You must now call the mysqli_stmt_store_results($stmt); function (line number 9 in the program snippet below) between the execute and