Showing entries 39773 to 39782 of 44049
« 10 Newer Entries | 10 Older Entries »
EC2, MySQL, and a Response to Jeff....

Jeff Bar recently wrote about MySQL and EC2:
http://aws.typepad.com/aws/2006/09/amazon_ec2_mysq.html

Here are a few of my thoughts on EC2 and S3.

S3 to me means high latency, which for a lot of applications is a no go. Where do I think it would be brilliant? Some backup vendor, like Zmanda, should write a module to plugin their backup system to it. Why? What problem does it solve?

Offsite backups. These are the bane of the backup world. Sure, you make a backup, the first hurdle, but then how do you get it off premises? S3 and something like Zmanda would solve that. What does S3 mean for a database, aka MySQL? For MySQL it would be possible to write a replication reader that read the binary logs, aka the point in time recovery logs, to S3.

The problem with this plan is that the time for recovery, aka …

[Read more]
Gartner Mastermind panel

Kicking off day two of the Gartner Open Source Summit in Phoenix, Gartner gurus Yefim Natis and Niko Drakos hosted a "Mastermind panel" featuring Stuart Cohen (OSDL), Brian Behlendorf (Collabnet) and Mike Milinkovich (Eclipse Foundation). Here's my best efforts to capture the session in real time and I think I got about 90% of it. If I didn't get the words completely accurate, I hope I at leat captured the spirit of the conversation.  Some of the converation is a bit basic, but that's partly a reflection of the fact that Gartner is aimed at the mainstream.

[Read more]
Innotop version 1.152 released

Version 0.1.152 of innotop is a small maintenance and bug-fix release. I found some more ways to make it deal with garbage input without crashing. Of course, that means it's harder to find errors because it doesn't complain and let me know they exist, but that's what you are for :-)

Working on SHA-2

Several months ago, it became clear that one could crack a SHA-1 message digest. It was still a nontrivial problem, but it could be done thousands of times faster than brute-force guessing. So SHA-1 has become undesirable as a secure message digest, and U.S. federal software security standards now call for software to use SHA-256 (one of the group of algorithms which comprise SHA-2).MySQL

Ticketmaster's Double Play
Ticketmaster's Double Play
451 CAOS Links - 2006.09.28

SpikeSource and JasperSoft to Deliver Open Source Business Intelligence Applications, JasperSoft / SpikeSource (Press Release)

ActiveGrid Names Former BEA and Adobe Veteran Todd Hay New VP of Marketing, ActiveGrid (Press Release)

Five Reasons I’m Not Worried About Red Hat, Linux Magazine, Bryan Richard (Article)

OSDL: Patent Infringement Not a Real Open-Source Threat, eWeek, Peter Galli (Article)

Gartner on Open Source Databases, TheOpenForce.com, Zack Urlocker (Blog)

[Read more]
Open source databases taking over

Zack Urlocker is at the Gartner Open Source Summit this week, and has been hearing some good things about open source databases. Open source databases (Sleepycat, PostgreSQL, MySQL, etc.) have been around for a long time, but the analysts didn't give them much credit because even though everyone was using them, few were paying for them. Or so they thought. Now, however, open source databases are becoming big business.

Zack cites Gartner's Donald Feinberg:

Overall, Gartner is predicting that the worldwide DBMS market is around $14 billion and will continue to grow by nearly 7% per year. If this was a new market, it would not be a very impressive growth rate, but for a market of this size, it's huge. And there can be lots of movement within the market. We are at …

[Read more]
What's New in BlueDragon 7?

New Atlanta, just released Beta 1 of version 7 of thier BlueDragon CFML application server.

Below is a list of the new features - I think the IsNull function and null keyword will prove to be quite handy.

  • Multi-threaded programming (CFTHREAD, and related tags and functions)
  • Interfaces and Abstract CFCs
  • null keyword and IsNull() function
  • CFQUERY Enhancements
    • CACHEDUNTILCHANGE attribute
    • BACKGROUND attribute
  • Application.cfc
    • onClientStart() handler
    • onMissingTemplate() handler
  • CFDOCUMENT
  • CFCHART
  • CFSEARCH Enhancements
    • support for Word and PDF documents …
[Read more]
Bare Bones OS for MySQL?

While laying in bed last night thinking about getting started on a project that requires getting a fresh MySQL clustered database up and running I got to thinking. What is the best OS for MySQL from a minimalistic point of view? If you're starting from scratch to set up a server, or farm of servers, to run MySQL and can choose any OS, what do you choose?

I'm going to venture that it's a Unix variant, perhaps a flavor of Linux? There's a lot to think about in terms of what types of data and how the application will use the database, but from a general point of view where would one start? Let's suppose that the hardware is your typical generic AMD/Intel with high-end SCSI disks.

I'm thinking about things like:


  • minimal OS footprint (only necessary applications/libraries)
  • minimal OS processes
  • a kernel optimized for MySQL-specific functions, minized for …
[Read more]
Showing entries 39773 to 39782 of 44049
« 10 Newer Entries | 10 Older Entries »