Showing entries 23346 to 23355 of 44066
« 10 Newer Entries | 10 Older Entries »
Latest release offers Interactive Decision Trees and better support for MySQL and Teradata

Well finally the last few weeks are over and we have Release 1.1 of Citrus Replay out of the door.

This release of Citrus Replay adds interactive Business Rules to support Data Understanding, Data Quality and ad hoc Data Analysis.

The new interactive business rules provide:

  • Automatic decision tree layout
  • Comprehensive aggregates within the nodes. These show you how many rows fall into a node for example, or show the total "value" of those rows

    read more

Deploying a Google Web Toolkit app to CouchDB using couchapp

I've been working on a side project using Google Web Toolkit (GWT), and I'm using CouchDB as the backend store.

There is a project called couchapp which makes it very easy to write an HTML/Javascript-only application (you know, the new cewl way to build apps), and store it directly in CouchDB.

Huh? What are the benefits of doing this?

Well, offline support is the big one for me. If I install a CouchDB instance on my local machine, and then set up replication, my app and its data can automatically be replicated to my local CouchDB. I lose my connection, that's fine, everything I need is there. I get back online, my changes are automatically replicated back to my CouchDB in the cloud.

It also …

[Read more]
451 CAOS Links 2010.04.09

Perspectives on the IBM patent hoo-ha. Karmasphere lands funding. And more.

Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
“Tracking the open source news wires, so you don’t have to.”

# IBM denied breaking its open source patent promise, claimed TurboHercules a member of organizations founded and funded by Microsoft, other competitors. Perspectives on the IBM patent hoo-ha: Florian Mueller, Simon Phipps, Matt Asay, Jim Zemlin, Eric Raymond.

# Oracle will …

[Read more]
MONyog MySQL Monitor 3.74 Has Been Released

Changes (as compared to 3.73) include the bug fixes:

* Log analysis could use high CPU if the option to replace literals with a placeholder was not selected and the literal string ‘ “‘ (space + doublequote) occured in the log file.
* CSV-export from Query Analyzer only exported 200 rows (the same number as displayed in the browser view). Now CSV-export will export all rows. Also the UI makes it now clear that the browser displays the 200 uppermost rows according to current sort criteria.
* An error message regarding an integer overflow could occur in Monitor/Advisors page for some values. The SQLite datatype used could be too short for some specific data.
* Login to MONyog could fail if MONyog was running behind a proxy.

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

[Read more]
MySQL Installation Using Redhat Package Manager (RPM) on Linux

MySQL Installation Using Redhat Package Manager (RPM) on Linux

Requirements:

  • MySQL installation packages

Steps:

  1. Log onto the linux server using root.
  2. Browse to the directory where the MySQL installation package is available.
  3. Run the following Commands.
  • rpm –Uvh MySQL package .rpm

( U= Install/Updating a package v=Verbose h=shows progress)

This Command installs the Rpm package on the linux machine.

You can use the following rpm commands to check the package details and location.

  • Display version of a package that is installed rpm –q package
[Read more]
Event editor implemented

Finally, HeidiSQL has an editor for scheduled events, available since MySQL 5.1 . First ideas were implemented and committed yesterday. Thanks to all user comments and votes on issue #1527. This is a great feature for all users which normally think of creating a cron job to clean up some tables. See it in action by updating to the latest build (see "Help" > "Check for updates"). This is how it looks like:

PBXT at the MySQL User Conference 2010

At this year's User Conference I have some interesting results to present. But more than anything else, my talk will explain how you can really get the most out of the engine. The design of PBXT makes it flexible, but this provides a lot of options. What tools are available to help you make the right decisions? I will explain.

Every design has trade-offs. How does this work out in practice for PBXT? And how can you take advantage of the strengths of the storage engine? I will explain in:

A Practical Guide to the PBXT Storage Engine
Paul McCullagh
2:00pm - 3:00pm Tuesday, 04/13/2010
Ballroom E

Don't miss it! :)

Boots: A Modular CLI for Databases

Back in October I wrote about a student group I was sponsoring to create a new command line tool for Drizzle. The group wrapped up their part of the project (the term ended), and we now have a new tool called Boots! A few of the developers are still active in the project, and I’m planning to get involved more as well. We also have a couple students interested in hacking on it for Drizzle’s Google Summer of Code.

Boots is written in Python and aims to replace the the previous ‘drizzle’ tool (which was modified from the ‘mysql’ command line tool). It doesn’t support everything that the old tool has yet (like tab completion), but it adds some new features. For example, there are multiple ‘lingos’, or modular languages, that can be used to communicate with the …

[Read more]
NoSQL or not? Database history... Come and discuss with us at the UC...

At the upcoming MySQL UC, I have a BoF on Tuesday at 7 PM on the history of databases. One things that would be interesting to discuss there is NoSQL. Is this the next great wave? If you have read my Blog before, you know that I think this is not the case, although I do see the need and use for NoSQL technologies. But my main argument against it is that sacrificing functionality and general purposeness (if that is a word), is not how progress works. Performance increases in general, without the need to compromise functionality. But I may be wrong, it has happened before (at least I think I have been wrong before, but I'm not really sure).
But in addition to this, I'd like a general debate on database history. SQL has been around for a long time, but there are other technologies out there, most of them still around in some shape or form, at least on …

[Read more]
While at the MySQL UC, pop by the Computer History Museum

If you are coming to the MySQL User Conference, you might want to pop by the Computer History Muesum. The CHM is in Mountain View, jus off the 101. If you have a car, just take the 101 and get off at Shoreline, it's just on the east side of the 101. If you don't have a car, you can get there anyway, from the UC take the light railway to Mountain View and then you can walk (some 20 minutes or so, not the nicest of walks, across the 101, but it's possible, I've done it) or take a bus from Mountain View.

At the CMH, among other cool things, is Babbage's Difference Engine in working order, a mechanical computer. That Babbagewas a smart dude is obvious from the fact that he never finished building the machine, although he designed it, and when now built using his original designs, it actually worked! I mean, …

[Read more]
Showing entries 23346 to 23355 of 44066
« 10 Newer Entries | 10 Older Entries »