On Thursday I went to the Harmony conference arranged by Oracle User Group Finland to speak about Galera clustering. (They chose the topic based on my suggestions.) The slides are now available on SlideShare. I'm pretty satisfied with this talk myself, the slides contain the most important steps you need to know to get started, but also the internal architecture of Galera, how it works, and what kind of replication topologies and load balancing you would want to use with it. And benchmarks of course.
Technical blogging has become more than just a way to tell the world what the technologist did. It has become a vibrant medium through which the tech bloggers are sharing their experiences and teaching the interested audience. It has become an enabling technology. This Log Buffer Edition encompasses such vibrant blogs in Log Buffer #274. [...]
I finally got around to cleaning up old contact me messages. One of the messages raises a question about RESULT_CACHE functions. The writer wanted an example implementing both a standalone schema and package RESULT_CACHE function.
The question references a note from the Oracle Database 11g PL/SQL Programming book (on page 322). More or less, that note points out that at the time of writing a RESULT_CACHE function worked as a standalone function but failed inside a package. When you tried it, you raised the following error message:
PLS-00999: Implementation Restriction (may be temporary)
It’s no longer true in Oracle 11gR2, but it was true in Oracle 11gR1. I actually mentioned in a …
[Read more]The UK Oracle User Group Conference is the UK's largest independent Oracle Technology & E-Business Suite conference. It takes place December 3-5 2012 in Birmingham.
The call for papers is running until Friday June 1st and MySQL sessions are welcome. You can submit them here.
Glamour from across the world is sparkling in the South of France, but even that has failed to eclipsed the vivid aura of the database blogs from the realms of Oracle, MySQL and SQL Server. This Log Buffer Edition in Log Buffer #273 covers this glamorous gala of innovation. Oracle: Jonathan Lewis blogs about subquery [...]
Read the original article at Best of Guide – Highlights of Our Popular Content
We cherry pick the top 5 most popular posts of various topics we’ve covered in recent months.
We use a broad brush to highlight the biggest no-nos in web application scalability.
5 Ways to Boost Scalability for MySQLWe dig into scalability, steering to the richest areas to focus on.
8 Best Practices for Deploying MySQL Databases on Amazon EC2MySQL on Amazon EC2, the what, how …
[Read more]A question came up today about how to stripe a MySQL view, and this post shows you how. Along with the question, there was a complaint about why you can’t use session variables in a view definition. It’s important to note two things: there’s a workaround and there’s an outstanding request to add lift the feature limitation in Bug 18433.
A striped view lets authorized users see only part of a table, and is how Oracle Database 11g sets up Virtual Private Databases. Oracle provides both schema (or database) level access and fine-grained control access. Fine grained control involves setting a special session variable during a user’s login. This is typically done by checking the rights in an Access …
[Read more]
MySQL Connector/Net 6.4.5 has been released! This is an
update to our 6.4 driver and brings several bug fixes. It
is appropriate for production use with MySQL server versions
5.0-5.5
It is now available in source and binary form from http://dev.mysql.com/downloads/connector/net/#downloads
and mirror sites (note that not all mirror sites may be up to
date at this point-if you can't find this version on some mirror,
please try again later or choose another download site.)
You can read about the changes in this version at http://dev.mysql.com/doc/refman/5.5/en/connector-net-news-6-4-5.html
You can find our team blog at …
It is evident and beyond doubt now that the new media technologies like Twitter and Facebook are not going to wipe-out the blogs, rather they are complimenting each other very nicely and it seems they were made for each other. This Log Buffer Edition enhances this match, and presents you Log Buffer #272. Oracle: It [...]
We've recently seen some great announcements of MySQL Cluster
delivering amazing results for
both selects and updates. The posts (see related
articles below) are full of juicy technical details and proofs,
but today I'd like to change the perspective a bit. Let's
compare those figures with real-world data and imagine what could
be done. Please note that I'm not using any scientific method
here, just dreaming about the unlimited opportunities offered by
MySQL Cluster today.
MySQL Cluster 7.2.7 -- 1B+ Writes per Minute |
Cluster can deliver 1B+ selects per minute with 8 nodes …
[Read more]