For some reason, the creation of a mapping to a database table poses a problem for certain people.
This is how it’s done in PDI 3.2.0 or later in the “Table Output” step:
Ogg video available over here
Until next time,
Matt
For some reason, the creation of a mapping to a database table poses a problem for certain people.
This is how it’s done in PDI 3.2.0 or later in the “Table Output” step:
Ogg video available over here
Until next time,
Matt
We've had problems with recordings lately, so the
video streams (slides & audio) for these sessions were missing,
or incomplete:
| June 11, 2009 | The New MySQL Release Model | Tomas Ulin |
| June 4, 2009 | Boosting Performance With MySQL 5.1 Partitioning | Giuseppe Maxia |
I'm happy to say that Dimdim (our conferencing system provider)
was able to restore the files, so if you've missed either of
those sessions, go ahead and look at the video stream!
…
[Read more]
You can download the MySQL database from the MySQL website
http://www.mysql.com by clicking on the downloads tab. Scroll
down to the MySQL database server & standard clients section and
select the latest production release of MySQL, 5.1.35 at the time
of writing.
Installation of MySQL Server
Unzip the setup file and execute the downloaded MSI file. Follow
the instructions below exactly when installing MySQL
Server:
Click on the "setup"
Perform a typical installation
…
Yesterday, I was invited to hold a presentation at the Berlin Open ‘09 Open Source event. This was related to earlier activities, such as the Open Source Yearbook published by professor Berndt Lutterbeck of the Technical University of Berlin. Professor Lutterbeck was also the main organiser behind Berlin Open.
After some, ehh, logistic challenges (a scenic detour over Alexandersplatz), I got to the Marshall House at Messe Berlin and met with the hosts. A well organised event, with lots of twitterings under http://twitter.com/berlinopen, and plenty of good …
[Read more]
This is just a brief announcement that the popular Open Source
text editor control Scintilla, and the SciTe editor, which is a text
editor based on Scintilla and part of the same project, these
days properly supports MySQL Syntax.
Scintilla has supported generic SQL for quite a while, but this
was heavily influenced by Oracle, and for example MySQL procedure
code and folding didn't work properly. This has been fixed to an
extent now, and there is a MySQL specific lexer that I
contributed. This has been part of my own MyQuery tool since
version 2.0, but that is a special version with the MySQL lexer
patched in, but this patch is now included in the standard
Scintilla and SciTe.
And just so you know, although my MyQuery tool is Windows only
(yes, this is still the case), Scintilla and SciTe is not, they
support Linux, GTK, Windows etc. So you can always use SciTe if …
If interested in contributing code to MySQL, you should attend the MySQL University session on contributing code to MySQL.
(Live broadcast with Q&A will be held on Thursday, June 25, 2009. You can still have access to rebroadcasts afterwards.)
|
I just found out but Sang has been teaching a series of 1-day free training sessions on JavaFX, MySQL and GlassFish. The full list is at his JavaPassion Site but by now there are only 3 days left, so check it out and signup if you are interested and available. |
Summary: An alternate approach, offered in response to our
original post, provides excellent improvements
for smaller databases, but clustered indexes offer better
performance as database size increases. (This posting is by
Dave.)
Jay Pipes suggested an alternate approach to improving MySQL
performance of Query 17 on a TPC-H-like database.
select
sum(li.l_extendedprice) / 7.0 as avg_yearly
from lineitem li
inner join part p on li.l_partkey = p.p_partkey
inner join ( select
l_partkey, 0.2 * avg(l_quantity) as quantity
from lineitem
group by l_partkey
) as quantities
on …This post doesn’t contain a tip, I’m asking the q and I don’t know the answer yet. Could just be a logic error on my part, in which case it was just a personal mystery and I thank you for helping!
MySQL error 1449 “There is no ‘username’@'host’
registered”
You can get a replication fail with this error if you have triggers, views or stored routines that run as their creator (which is usual) but the slave does not have that user. So far so good.
We just encountered a replication fail on multiple slaves (i.e. not a single isolated mishap) with this error on an UPDATE statement accessing a single base table (i.e. no view), and no triggers defined or routines called in the query. Indeed the slave did not have the reported user (intentionally), but that shouldn’t have mattered. Creating the user allowed replication to continue successfully – that’s no surprise either.
The question …
[Read more]Peter Lieverdink (also known as cafuego on IRC/identi.ca, engineer on OurDelta builds and for Open Query) has co-authored a book that’s available since Monday. The title is Pro Linux System Administration published by Apress.
These days some people don’t want to bother with system administration, and either hire or outsource. Others want to find out more and do things themselves (home and small office use), and that’s the intended audience for this book.