Showing entries 26403 to 26412 of 44120
« 10 Newer Entries | 10 Older Entries »
Business Intelligence Using Open Storage

Sun recently rolled out a new Business Intelligence (BI) solution that uses Open Storage at its core. There are several things that are different about this solution that make it stand out from the crowd.

1) It is based on Open Source software.

This solution uses the commercial versions of open source software from Pentaho and Infobright to provide the BI and Datawarehouse (DW) functions respectively and both use the MySQL database. Also, this solution uses Sun's Open Storage products as the core storage component which are built using Open Source software and industry standard components. Combine those with an Open Source operating system like Solaris or Linux and you have a complete BI solution built on an Open Source software stack.

2) The price is right. …

[Read more]
SailFin on Amazon EC2

Recently, we have started receiving inquiries about hosting options for SailFin. A few months back SailFin team had setup a demo server in a Go Daddy server. It has worked out quite well so far.

Now, Sreeram has written a blog about running SailFin (V2 b20) with Amazon EC2. He gives details such as enabling SIP UDP port, MySQL configuration and using DynDNS to setup the domain name. Try it …

[Read more]
Business Intelligence Using Open Storage

Sun recently rolled out a new Business Intelligence (BI) solution that uses Open Storage at its core. There are several things that are different about this solution that make it stand out from the crowd.

1) It is based on Open Source software.

This solution uses the commercial versions of open source software from Pentaho and Infobright to provide the BI and Datawarehouse (DW) functions respectively and both use the MySQL database. Also, this solution uses Sun's Open Storage products as the core storage component which are built using Open Source software and industry standard components. Combine those with an Open Source operating system like Solaris or Linux and you have a complete BI solution built on an Open Source software stack.

2) The price is right. …

[Read more]
Business Intelligence Using Open Storage

Sun recently rolled out a new Business Intelligence (BI) solution that uses Open Storage at its core. There are several things that are different about this solution that make it stand out from the crowd.

1) It is based on Open Source software.

This solution uses the commercial versions of open source software from Pentaho and Infobright to provide the BI and Datawarehouse (DW) functions respectively and both use the MySQL database. Also, this solution uses Sun's Open Storage products as the core storage component which are built using Open Source software and industry standard components. Combine those with an Open Source operating system like Solaris or Linux and you have a complete BI solution built on an Open Source software stack.

2) The price is right. …

[Read more]
DBJ: Five More Dials To Turn

In this month’s article over at Database Journal  we discuss more areas to tune your initial MySQL database setup including InnoDB & MyISAM buffers, hit ratios, index usage and full table scans, security, and logs.  With this second article in a two part series we complete our coverage of basic tuning of a MySQL database.

MySQL: Five More Dials To Turn

Huge Data -vs- The Database, how the industry is adapting in the face of the data explosion

Note This Article was actually written back in May after the UC at the request of Linux Magazine, through a series of events It went unpublished. Between then and now Jeremy ended up doing a great job covering most of the topics, so in the end it was unneeded. Now I had this completed article and thought, what should I do with it? In the I decided to publish them here. Also note I did update a few items.

As more companies move to MySQL and the demands for data increase, we push the bounds of the database further. The challenges large Web properties (who have pioneered many of the large MySQL deployments) faced when they stored 50GB of data and had 5,000 users were nothing like the challenges of storing 500GB of data supporting 100,000 users. Today, as we are seeing more and more 10+TB-sized datasets being …

[Read more]
Book Review: Mastering phpMyAdmin 3.1

Please note: I also reviewed a newer edition of this book.

I've been using phpMyAdmin since... Hmmm... Well... The times before I used to code in PHP. So when offered to review Mastering phpMyAdmin 3.1 by Marc Deslisle, I didn't expected to learn anything new, but I was bwrong.

The book is full of information for all kinds of users from beginner to professional. I only gallopped through the first chapters covering setup, basic usage etc. while luckily not covering basic SQL topics, so if you are new to phpMyAdmin and know basic SQL, this book may be the right one for you. Since phpMyAdmin has evolved in the last years and is still evolving, …

[Read more]
Memcached 1.4.0

Everyone's favorite MySQL load relief system, memcached, has just hit the next major stable release: 1.4.0

This release sports a new binary protocol, major performance improvements, and many new statistics. Major kudos to the work of other people (Trond, Dustin, Toru) who put most of the effort into this new release.

Check out the release notes and give it a shot on your site. Please let us know if you've deployed it and any feedback you might have :)

Memcached 1.4.0

Everyone's favorite MySQL load relief system, memcached, has just hit the next major stable release: 1.4.0

This release sports a new binary protocol, major performance improvements, and many new statistics. Major kudos to the work of other people (Trond, Dustin, Toru) who put most of the effort into this new release.

Check out the release notes and give it a shot on your site. Please let us know if you've deployed it and any feedback you might have :)

Do you need the InnoDB doublewrite buffer?

Prior to updating pages in place, InnoDB writes the data to a sequential log. If there is a crash when the pages are updated in place the writes are replayed using the data from the sequential log. Note that this log is space reserved in the system tablespace and is not the InnoDB transaction log. This guards against partial page writes (torn pages, fractured writes).

This feature has a cost. Is it needed? I am not an expert on Oracle, DB2 and SQL Server but I don't think they have anything equivalent to this. All of them can detect partial page writes by storing a checksum on each disk page or by storing a counter at the start and end of the page. But how do they recover from partial page writes?

The real problem that must be solved is recovery from anything that may cause page corruption on disk. There are many sources of corruption and I think that partial page writes are far from the most frequent. Oracle provides tools that can …

[Read more]
Showing entries 26403 to 26412 of 44120
« 10 Newer Entries | 10 Older Entries »