-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: MySQL
MySQL Branch von Facebook, Google, LinkedIn und Twitter
Unter dem Motto We’re Gonna Need A Bigger Database arbeiten Entwickler von Facebook, Google, LinkedIn und Twitter an WebScaleSQL. Hier handelt es sich offiziell um ein Branch von der aktuellen MySQL 5.6. Eine entsprechende Meldung ist auf dem Entwicklerblog bei Facebook zu … Continue reading
Toad for MySQL Freeware
MySQL offers a few open source tools which could simplify database development for MySQL databases (e.g. the MySQL Workbench). Nevertheless these tools have their limitations and are not very user friendly (to my mind) if you are used to commercial … Continue reading
Posted in Java Persistence
Tagged Database, Database development, Database Tools, MySQL, Toad for MySQL, Tools
1 Comment
MySQL database changelog
If you need a database changelog between two MySQL schemas, give Liquibase a try. First you have to create a XML diff change log between the old and the new schema. With this XML file you are able to create … Continue reading
Database replication MySQL vs. PostgreSQL 9.0
PostgreSQL supports a variety of replication solutions. These solutions are add-ons, they were not part of the core. Since version 9.0 of PostgreSQL offers a built-in replication solution. The following paper compares the replication of both open source databases MySQL … Continue reading