(Jonathan Levin) I finally finished my first data warehouse! and it only took me 3 days!
Tag: Open Source
Improve reliability and maintainability by using stateless connections
(Mark Robson) MySQL application developers have some problems with connection state. There is a lot of state which can be used associated with a single connection –Transactions (autocommit, uncommitted work, when a transaction was started, isolation level) –Temporary tables –Session variable
State of MySQL Market and will Replication live?
(Peter Zaitsev) There are interesting posts these days about future of MySQL Replication by Brian Frank and Arjen.
REST in PostgreSQL Part 2 B – The REST Server service with PHP 5
(Leo Hsu and Regina Obe) This is a continuation of our REST series. The following topics have already been covered 1. Showcasing REST in PostgreSQL – The PreQuel we went over what REST is and isn’t 2. REST in PostgreSQL Part 1 – The DB components we loaded the Pagila database and created a d
Replication++, Replication 2.0, Replication.Next
(Ronald) There has been some discussion recently regarding the death of MySQL Read Replication starting with Brian Aker and then Farhan, Arjen and Paul have all chimed in. Whatever you want to call it, the next generation of replication approach is clearly on the agenda of the industry leaders and p
How fast can MySQL Process Data
(Peter Zaitsev) Reading Barons post about Kickfire Appliance and of course talking to them directly I learned a lot in their product is about beating data processing limitations of current systems.
MySQL Proxy Recipes – Sharing info among sessions
(Giuseppe Maxia) In MySQL Proxy scripts you can define variables and modify them. No surprise here. If you define a variable with script wide scope, you can use such variable and modify it between queries.
MySQL should have dynamic durability settings
(Peter Zaitsev) If you’re using Innodb tables MySQL has innodb_flush_log_at_trx_commit variable which defines how durable your transactions are. If you have high durability requirements you set it to 1 and log records are pushed directly to the disk on transaction commit. If you do not bother loosin
MySQL Focusing on Scalability for Web 2.0
(Brian Prince) While MySQL may not be supplanting proprietary databases in the enterprise, the people behind the open-source database see solving the scalability problems of Web application developers as their ticket towards broader enterprise adoption.
Use command-line MySQL for additional flexibility
(Vincent Danen) The more popular ways of using MySQL are to use GUI front ends, such as phpMyAdmin or the MySQL GUI administration tools. While these tools are fantastic and make managing a MySQL database easier, the mysql command-line program works quite well also, and is more flexible.
