I have now released version 1.2 of MyOraDump, my Oracle
data extraction tool. This version has one new feature, which is
transaction support for MySQL format exports which does speed up
loading data a lot! Trust me, it really does! Also I have fixed a
bug that did cause a crash at the end of the run, I have no idea
why this didn't show up before, but there you go and now it is
fixed.
MyOraDump 1.2 can be downloaded sourceforge, and as usual there is also a pdf only
download if you want to read up on the tool before using
it.
/Karlsson
MySQL Fabric: Setup Checklists
MySQL Fabric is an open-source solution released by the MySQL Engineering team at Oracle. It is an extensible and easy to use system for managing a MySQL deployment for Sharding and High-availability.
This handles machines, multiple servers in different platforms. The usability, recovery, stability of MySQL Fabric is much more required as it is a complete distributed system. The setup of MySQL fabric involves servers,database, group details, shard details. So we need to ensure the fabric setup using below checklists. Pre-Installation Checklist:
|
Pre-Install tasks |
|||
|
|
What to Do |
√ |
Comments |
|
1 … |
This Log Buffer Edition covers the top blog posts of the week from the Oracle, SQL Server and MySQL arenas.
Oracle:
- Momentum and activity regarding the Data Act is gathering steam, and off to a great start too. The Data Act directs the Office of Management and Budget (OMB) and the Department of the Treasury (Treasury) to establish government-wide financial reporting data standards by May 2015.
- RMS has a number of async queues for processing new item location, store add, warehouse add, item and po induction. We have seen rows stuck in the queues and needed to release the stuck AQ Jobs.
- We have a number of updates to partitioned tables that are run from within pl/sql …
Sun of database technologies is shining through the cloud technology. Oracle, SQL Server, MySQL and various other databases are bringing forth some nifty offerings and this Log Buffer Edition covers some of them.
Oracle:
- How to create your own Oracle database merge patch.
- Finally the work of a database designer will be recognized! Oracle has announced the Oracle Database Developer Choice Awards.
- Oracle Documents Cloud Service R4: Why You Should Seriously Consider It for Your Enterprise.
- Mixing Servers in a Server …
Today I released version 1.1 of myoradump for download
from sourceforge. If you don't know what myoradump is,
this is a utility for exporting data from an Oracle database in
some relevant text format so that it can be imported to some
other database.
The main thing in version 1.1 is that I have added a whole bunch
of new output formats, so make it even easier to get your data
out of expensive Oracle and into something more effective. The
new formats supported are:
- MySQL - The format of this is a bunch of INSERT statements that you get when you use mysqldump for example and is useful for import into MariaDB (and MySQL). INSERT arrays are supported as a bunch of more options.
- JSON - This format is rather obvious, the output is a file consisting of one JSON object per row. To support binary …
During the last couple of months I have been involved in an unusually high amount of performance audits for e-commerce applications running with Magento. And although the systems were quite different, they also had one thing in common: the MySQL query cache was very useful. That was counter-intuitive for me as I’ve always expected the query cache to be such a bottleneck that response time is better when the query cache is turned off no matter what. That lead me to run a few experiments to better understand when the query cache can be helpful.
Some context
The query cache is well known for its contentions: a global mutex has to be acquired for any read or write operation, which means that any access is serialized. This was not an issue 15 years ago, but with today’s multi-core servers, such serialization is the best way to kill performance.
However from a performance …
[Read more]I want to take a moment to thank you for reading this blog. We are working very hard on cool tools for you to use with MySQL and we really enjoy spreading the news of these tools to you. With this in mind I wanted to update you on something that is changing. We are moving to a new blog home at http://insidemysql.com/. From this point on all new content will be posted on our new blog and we encourage each of you to update your bookmarks accordingly. Our aggregator at http://planet.mysql.com/ has already been updated.
Don' t worry! The old posts will still be here so your old bookmarks will still work. You can find our new Windows focused category at
…
[Read more]This Log Buffer Edition throws spotlight on some of the salient blog posts from Oracle, SQL Server and MySQL.
- STANDARD date considerations in Oracle SQL and PL/SQL
- My good friend, Oracle icon Karen Morton passed away.
- Multiple invisible indexes on the same column in #Oracle 12c
- Little things worth knowing: Data Guard Broker Setup changes in 12c …
MySQL 5.7 comes with a new set of features and multi-source replication is one of them. In few words this means that one slave can replicate from different masters simultaneously.
During the last couple of months I’ve been playing a lot with this trying to analyze its potential in a real case that I’ve been facing while working with a customer.
This was motivated because my customer is already using multi-sourced slaves with Tungsten Replicator and I wanted to do a side-by-side comparison between Tungsten Replicator and Multi-source Replication in MySQL 5.7
Consider the following scenario:
DB1 is our main master attending mostly
writes from several applications, it also needs to serve read …
This Log Buffer Edition covers Oracle, SQL Server and MySQL blogs of the running week.
Oracle:
- While checking the sources of the Cassandra/NetBeans integration into GitHub yesterday, something went very badly wrong and ALL the source files in my Maven project that disappeared!
- AWR Reports, Performance Hub, historisches SQL Monitoring in 12c
- Oracle Database Mobile Server 12c: Advanced data synchronization engine
- ORA-39001, ORA-39000 and …