Showing entries 38161 to 38170 of 43769
« 10 Newer Entries | 10 Older Entries »
Is MySQL A Real Database? Forget That. Is MySQL A Realistic Database?

Let me preface this by saying this is my personal opinion and does not express any official MySQL standpoint.

While certainly not the first to issue the statement, "MySQL Is Not a Real Database", yesterday Dave Dargo, advisor to Ingres, blogged about his thoughts on why indeed MySQL is not a real database. Let me present my thoughts about this now-long-tired strain of thought.

Dave, while acknowledging that MySQL is "one of the most successful database systems out there", states the he holds self-evident that "MySQL is not a real database". I think Dave, and thousands of other professionals in our industry, are missing the point: MySQL isn't trying to conform to some decades-old definition of what is a "real" database. Why? Because we aren't stuck in the past; we're forging ahead with technology, concepts, and application …

[Read more]
MySQL builds BI into its stack

MySQL and JasperSoft today announced a new OEM relationship. In fact, I think it's the first OEM deal that MySQL has done (InnoDB excepted). Is this a new trend for MySQL? For JasperSoft?

Here's the deal:

[The two companies announced the] availability of Jasper for MySQL: OEM Edition, a suite of operational reporting products that includes a high-performance interactive report server, a graphical report creation tool, and a pixel-perfect reporting system with dashboards, tables, crosstabs and charts.

The two companies have signed a joint reseller agreement that allows MySQL to offer the new product to its commercial ISV and OEM customers. JasperSoft will also have the right to resell MySQL's database solutions as part of the JasperSoft Business Intelligence Suite.

With Jasper …

[Read more]
UK reaffirms its stance on software patents ("Yankee patent system, go home")

The UK government yesterday re-affirmed its position on software patents: it doesn't like them, and won't enforce them.

The Government remains committed to its policy that no patents should exist for inventions which make advances lying solely in the field of software. Although certain jurisdictions, such as the US, allow more liberal patenting of software-based inventions, these patents cannot be enforced in the UK....

The Government will...continue to exclude patents from areas where they may hinder innovation: including patents which are too broad, speculative, or obvious, or where the advance they make lies in an excluded area such as software.

Stiff upper lift wins out in the end. Silliness continues to reign supreme here in the US regarding software patents.

What every developer would like to see

A few days ago, MySQL launched the Quality Contribution Program. The main purpose of that program is to improve the quality of submissions from active users. We published the rules, and soon we saw more reports coming our way, with better contents than usual.
The commotion happened yesterday evening, when I noticed a bug report that looked interesting. At a quick glance, it was. A clear description of the problem. Cool. An attached test case. Great! And a result file! Even better. And the closing remark, "See patch", was just too much to believe. So, there was a bug report telling us about a problem, including a clean way of reproducing it, and even saying where the problem is in the code and how to fix it!
It was already late in the day, but I told myself that it wouldn't take me too long to …

[Read more]
System size and Performance Optimization

Performance optimization is never ending story, you can virtually always find something else to optimize but while on generic system, not tuned by expert you often can get significant performance increase in the matter of hours further performance improvements become more and more time consuming and expensive and gains smaller.

This observation does not only apply to MySQL but to systems running other databases or no database at all as well.

So how does System size come in play here ? Well it is system size and scale what may define how much performance you need to squeeze out, and also how your scaling is set up.

For smaller systems lets say running couple of MySQL servers running another couple can be cheaper than serious application changes and this can be good way to go if you're not expecting major growth.

This however implies two things - first you can scale system by adding more servers, because scaling up …

[Read more]
451 CAOS Links - 2007.02.26

Solid contributes additional open source code…Medsphere releases Community Editions of OpenVista…Zenoss celebrates its one-year anniversary…and more…

Solid Contributes New Database Benchmark Suite to Open Source Community, Solid Information Technology (Press Release)

Medsphere Releases Community Editions of OpenVista EHR Platform, Medsphere Systems (Press Release)

Zenoss Marks One Year Anniversary on SourceForge.Net with 130K Downloads and Top Ranking Among Open Source IT Monitoring Projects, Zenoss (Press Release)

[Read more]
Memcache Engine for MySQL version 0.5

The two big changes in 0.5 are that I fixed a memory leak and it now has its own information schema table on statistics.

For example:
mysql> select * from information_schema.memcache_servers;
+----------------+-------+---------------+-------------+-------+---------------------+-------------------+-----------------------+------+------+------+--------+------------+---------------+----------------+
| NAME | COUNT | CURRENT_ITEMS | TOTAL_ITEMS | BYTES | CURRENT_CONNECTIONS | TOTAL_CONNECTIONS | CONNECTION_STRUCTURES | GETS | SETS | HITS | MISSES | BYTES_READ | BYTES_WRITTEN | LIMIT_MAXBYTES |
+----------------+-------+---------------+-------------+-------+---------------------+-------------------+-----------------------+------+------+------+--------+------------+---------------+----------------+
| localhost:6688 | 2 | 5 | 39 | 399 | 2 | 65 | 3 | 236 | 39 | 197 | 39 | 4669 | 9546 | 67108864 |
| …

[Read more]
Introducing MySQL Table Checksum

MySQL Table Checksum is a tool to efficiently verify the contents of any MySQL table in any storage engine. You can use it to compare tables across many servers at once. The output is friendly and easy to use, both by eyeball and in UNIX command-line scripts. The provided MySQL Checksum Filter helps you winnow output so you only see tables that have problems.

This Just In: The LAMP Stack is Popular

http://www.webpronews.com/topnews/2007/02/26/techcrunch-others-love-linux-mysql

I’m not quite sure what to say about this article, except that a sample of 7 “big” sites showed that the LAMP[hp] stack was heavily used. Perhaps, “And this is news?”

JasperSoft & MySQL Partner to Deliver Operational Business Intelligence Solutions to the ISV/OEM Market

JasperSoft Corporation and MySQL AB today announced the availability of Jasper for MySQL: OEM Edition, a suite of operational reporting products that includes a high-performance interactive report server, a graphical report creation tool, and a pixel-perfect reporting system with dashboards, tables, crosstabs and charts.

Showing entries 38161 to 38170 of 43769
« 10 Newer Entries | 10 Older Entries »