Showing entries 36821 to 36830 of 44147
« 10 Newer Entries | 10 Older Entries »
Analyzing Opportunities in SugarCRM

Since we released our first Beta, we have been working on various examples to demonstrate the capabilities and benefits of a resource oriented approach to data integration.

One of the examples we have been working on is a data mart for SugarCRM opportunity analysis. We have now published that example on our content download site, packages.snaplogic.org , where you can download it, and try it out. (You will also need a SnapLogic server installation, to run the pipelines.)

The general idea behind data marts is simple – they are subject specific alternatives to a full blown data warehouse. The primary benefits of using a separate database to analyze an operational system are the ability to look at a snapshot of the constantly changing data, and the offloading of the queries to a separate database which is optimized for analysis using a star schema instead of a normalized …

[Read more]
MySQL In the Balance

It was very scary seeing a jet-ski headed full-speed straight for a moored boat, but Monty's quick thinking and reactions saved the day (last minute full reverse) and the outcome was good.




Also, in addition to quick reflexes, you need to know that Monty is a very persistent fellow.

The following is proof.

If at first you don't succeed with the Russian-made water bug




Persistence will reward you!


PHP: Is mysqlnd stable?

Is mysqlnd stable, is mysqlnd ready for wider consumption? Judging from the latest set of tests: yes!

During the development of mysqlnd, the MySQL native driver for PHP - an alternative to libmysql, a good number of new tests have been written. Let’s see how ext/mysql and ext/mysqli perform when running the test suite. Please note that this is a snapshot and figures might be slightly different when you repeat the test runs: mysqlnd is under constant development and your setup is likely to differ from mine.

PHP 6 , MySQL 5.1.15-beta
ext/mysql …
[Read more]
PHP: Is mysqlnd stable?

Is mysqlnd stable, is mysqlnd ready for wider consumption? Judging from the latest set of tests: yes!

During the development of mysqlnd, the MySQL native driver for PHP - an alternative to libmysql, a good number of new tests have been written. Let’s see how ext/mysql and ext/mysqli perform when running the test suite. Please note that this is a snapshot and figures might be slightly different when you repeat the test runs: mysqlnd is under constant development and your setup is likely to differ from mine.

PHP 6 , MySQL 5.1.15-beta
ext/mysql …
[Read more]
MySQL: Changing runtime variables with out restarting MySQL server.

I have run in to the issue where I wanted to change some configuration on our production MySQL server but did not want to restart MySQL since its in production.  One of the parameters we like to change time to time is the “log_slow_queries” so we can see what queries are slow in production environment.  [...]

[Read more]
MySQL cluster and all dump 1000

So, I had written a while back: “We currently have a DataMemory of 4GB and IndexMemory of 2GB. Based on the crude methods we have to monitor it, I think we are at about 40% capacity.” Boy, I was wrong.

After that post, I started looking at this more in detail because we were considering buying more RAM “just in case”. I figured out how to use the super secret command “all dump 1000″. The command is not documented in the MySQL documentation that I could find. I did find it in the NDB API documentation before writing this post however. Not sure why I could not find it before.

For those that still don’t know how to use it, simply type “all dump 1000″ from your management console. Then check your cluster log files …

[Read more]
New version of XAMPP 1.6.3 for Windows and Linux

The Apache Friends team is proud again to announce a new version of XAMPP for Linux and Windows. The new version of XAMPP includes fresh, green and up-to-date versions of: PHP (5.2.3) and MySQL (5.0.45). In case of Linux we also upgraded phpMyAdmin to the recent 2.10.3.

To all beta testers: Thanks so much for all your hard work!

Get XAMPP 1.6.3 here

Stuff done, Off to Portland...
Harry Potter novel read
Backlog of expense reports done
Backpack packed (including new Nokia N800 toy)

Off to Portland, where I will be at OSCON all week. I'm giving a talk on Thursday:
Extending MySQL, Swiss Army Knife Approach
Jan's Law

I hereby declare what from now on shall be known as “Jan's Law”:

Whenever a discussion about storage systems arises, the proximity of discussing the amounts of adult content that fits onto such systems reaches one.

How to get a Western Digital MyBook Pro Edition II to boot an Intel Mac

I bought a WD MyBook Pro II for my storage and backup needs. The 2x500GB RAID 1 setup provides enough space and safety for me. It is also faster than the internal 2.5" hard drive of my Intel Mac Mini and since Macs can be booted from Firewire drives I thought it'd be a good idea to do just that.

I went to install a fresh copy of MacOS X onto the new drive. The installer happily proceeded and upon reboot, well, the Mini didn't reboot into the new system. The old installation came up. Easy, I thought, just set the correct Startup Volume in the Preferences. No Go.

Luckily, when holding the alt-key while starting up, a Mac shows all available volumes to start OS X from. Relieved, I chose the MyBook volume. A couple of seconds into the startup sequence, the …

[Read more]
Showing entries 36821 to 36830 of 44147
« 10 Newer Entries | 10 Older Entries »