Showing entries 33146 to 33155 of 44919
« 10 Newer Entries | 10 Older Entries »
SQLyog 7.0 beta 1 has been released

Features:

* New GRID design (’zebra’ Office 2007 style) for easier navigation.
* Multiple selection in GRIDs with SHIFT+CLICK
* Improved Data Synchronisation. Now typically 2-8 times faster than before depending on data. Option to generate a SQL sync script was added.
* New more user friendly design for the Schema Synchronisation (renamed from Structure Synchonisation). Various filter (’hide and ignore’) options were added.

Bug fixes:

* A backup script backing up all databases could fail to restore VIEWs referencing another database than the one where the VIEW was.
* Around 50 other small (mostly GUI-related) fixes for issues reported by users.

Downloads: http://webyog.com/en/downloads.php
Purchase:

[Read more]
MySQL Sandbox - planning for 2.0

Taking advantage of Launchpad environment, I started paving the way for version 2.0 of MySQL Sandbox.
I opened a new branch for version 2.0, which currently holds 1.99.1, and I listed the necessary tasks using the built-in blueprints feature.

So now I have a list of tasks to keep track of the development.

  • implement test suite (have a good prototype - I am getting to it)
  • replace sleep with check loop (thinking - some analysis required)
  • create function library (good progress)
  • script to kill unresponsive servers (good progress)
  • remote sandbox installer (thinking - …
[Read more]
GSoC Weekly Report - Week 3

Project: MySQL Forge RSS/Atom feeds

KEY ACCOMPLISHMENTS LAST WEEK

* None, apart from reinstalling my development PC.

KEY TASKS THAT STALLED LAST WEEK

* Integrate the RSS/Atom feeds on the website
* Commit changes to main branch

KEY CONCERNS
* Getting my development PC up and running stable.

TASKS IN THE UPCOMING WEEK

* Finishing the RSS/Atom feeds
* Discussing next task with my mentor (Extending PHP Unit tests or adding some fancy AJAX stuff to the Forge)

Setting up on EC2

Thanks to my friend Dustin, and his EC2 demo using Elasticfox Firefox Extension for Amazon EC2 I got an EC2 image setup. With other references Link 1,Link 2,Link 3 I was also able to create my own AMI.

Some notes specific for my configuration.

Pre-config ElasticFox key for launching directly from ElasticFox SSH connections.

mkdir ~/ec2-keys
mv ~/Downloads/elasticfox.pem ~/ec2-keys/id_elasticfox
chmod 600 ~/ec2-keys/id_elasticfox
chmod 700 …
[Read more]
Webinar: The Coolest Scale-Out Projects on the Planet

My company Continuent sponsors Continuent.org, an open source site that contains some of the coolest scale-out projects around. You may have heard of Sequoia, which implements middleware clustering of any database that has a JDBC driver. However, Sequoia is really just the beginning.

We have several other projects that offer interesting scale-out technologies. Myosotis implements fast SQL proxying, Hedera provides wrappers for group communications, and Bristlecone has tools for performance testing of scale-out architectures. This summer we will add projects for database neutral master/slave replication as well as cluster management. …

[Read more]
MySQL moves from BitKeeper to Bazaar

Horay! Thank goodness, and about time too!

On the latter, I do appreciate that any such switch is a serious change for a development team, I was involved with this while at MySQL so I'm well aware of the issues ;-)
Nevertheless, it was high time as it once again allows the rest of the world (outside of Sun/MySQL) to grab a repo and peruse the history properly. Long time ago (before bitkeeper turned fully evil) this was possible also. See MySQL is using Bazaar and Launchpad for their source code.

We had a distributed revision control talk in Bris a few weeks ago, by Ian Clatworthy of Canonical. We managed to do a video, but it's not yet online. Various attendants including Damian Hickey (of the Freeway ecommerce project) now want to move to either …

[Read more]
MySQL is Bazaar'ed

The big news in MySQL world is that MySQL has moved off BK and onto BZR.

Why is this news? I predicted the switch off of BK within minutes of the Sun announcement, in this post.

I didn't use any "insider knowledge" in that observation either, just the knowledge that Sun uses and contributes to HG, which makes using BK a non-starter, and that Sun would likely be unwilling to stop all HG work, and pay for a 30,000 seat BK site license, just to maintain access to one product.

High Performance MySQL is here!

The book, that is. My dog is already studying it. You should buy a few copies for yourself, your family, and all your pets.

The MySQL source code has moved!

Even though we had been preparing the migration to Bazaar for a while now, today's announcement kind of caught me by surprise. But I am very happy about this move!

While BitKeeper is an excellent tool and served us well the past eight (!) years, I was quite annoyed when BitMover decided to remove the fully functional free BitKeeper client, which effectively put our development back into a Cathedral: even though our source trees remained accessible via bkbits.net, the crippled bk client was only capable of cloning and pulling new revisions from there - it was not possible for an …

[Read more]
Giving control of your data to the cloud

I’ve been doing some research and evaluation of more cloud computing. Specifically my focus has been on data store, and considering how to augment an existing operation using a popular database such as MySQL.

I’ve been looking first at Google App Engine and now I have my SimpleDB Beta today will be looking here next.

Some observations I’ve struggled with are:

  • No Native CLI, say for basic data setup. You can do some programmatic input for SELECT statements in a Query object in a SQL like syntax called GQL, but you can’t do DML
  • No simple data viewer. In production you would not do this, but I’m in evaluation and …
[Read more]
Showing entries 33146 to 33155 of 44919
« 10 Newer Entries | 10 Older Entries »