Open source Marketcetera Trading Platform allows hedge funds and trading institutions to maximize control and minimize cost READ MORE
After a very long time distracted with other projects, I finally
added the third component of the MyCAT project: binlog_mon, a binary log manager
for MySQL.
The main feature of this tool is that it has two disk usage
thresholds which determine when it purges your binary logs:
- a lower, "nominal", threshold above which binary logs will be purged if-and-only-if none of the replication slaves are still reading it,
- and a higher, "critical", threshold at which the behavior is
configurable.
It can simply send you an alert if disk usage is above critical and the oldest file is still needed - or it can purge 1 file, all files until usage below critical, or all files until usage below nominal levels. (Other options could be added fairly easily.) The "critical" option is so configurable because purging any binary …
[Read more]|
Sun has announced the Sun Java System Mobile Enteprise Platform, Release 1.0. This product is based on GlassFish Enterprise Server and MySQL Enterprise Server (it also supports Oracle DB) and provides the two-way data synchronization needs of enterprise applications. Check out: Santiago's Overview of Deployment Architecture and Ryan's of Mobile Client SDK, Vella's … |
Looks like there's been a slew of new applications enabled by Apple's new iPhone, SDK and app store. While a lot of the emphasis is on communications and games, there's a surprising number of good business applications. First to market among open source business applications for the iPhone are Pentaho with their open source Business Intelligence extension for dashboards, reports and drilldowns, Funambol with open source contact sync program, Zimbra with an open source email client, Zmanda with an iPhone client for their Enterprise backup tool, and SugarCRM with their offline client edition. I have no doubt that many more... READ MORE
A few weeks ago, I discussed how to keep binlogs in sync in a tree or pyramid replication scheme. That thread discussed how to re-distribute load in case of failure in one of the intermediate slaves. Today we will look at how to create those intermediate replication slaves. We start with a traditional flat replication […]
Properties:
| Applicable To | MyISAM |
| Server Startup Option |
--bulk_insert_buffer_size=<value>
|
| Scope | Both |
| Dynamic | Yes |
| Possible Values |
Integer:
Range: 0 - 4294967295 (4G) |
| Default Value | 8388608 (8M) |
| Category | Performance |
Description:
This cache is used by MyISAM to optimize bulk inserts. This cache
is a special tree-like structure. Bulk inserts include statements
like LOAD DATA INFILE..., …
Sun Microsystems, India and OSSCube are organizing a MySQL camp on 29th July, 2008.
A highlight of the event is the keynote by Kaj Arno, VP for Community Relations from MySQL AB.
The venue for the camp is:
Hi-Tech Seminar Hall,
DES Block (Dept of Electrical Science)
M S Ramaiah Institute of Technology
Near MS Ramaiah hospital
MSR Nagar, Bangalore - 560054
The timings for the camp are 4PM to 7PM, July 29th, 2008.
The Scheduled talks include:
| Title … |
Sun Microsystems, India and OSSCube are organizing a MySQL camp on 29th July, 2008.
A highlight of the event is the keynote by Kaj Arno, VP for Community Relations from MySQL AB.
The venue for the camp is:
Hi-Tech Seminar Hall,
DES Block (Dept of Electrical Science)
M S Ramaiah Institute of Technology
Near MS Ramaiah hospital
MSR Nagar, Bangalore - 560054
The timings for the camp are 4PM to 7PM, July 29th, 2008.
The Scheduled talks include:
| Title … |
Continuing from my earlier post Auditing your MySQL Data, Roland has accurately highlighted that my initial post leaves out some important information for auditing. As the original charter was only to keep a history, for the purpose of comparing certain columns, a history was all that was needed.
Providing a history of changes forms the basis of auditing, and in keeping with my post title and intended follow-up, this is the all important second part. However in order to provide true auditing additional information is necessary. This includes:
- When was an operation performed
- What operation was performed, i.e. INSERT, UPDATE and DELETE
- Who performed the operation
Date and operation can …
[Read more]to build connector/odbc 5.1 on mac os x leopard, the first thing you will need is xcode. then you will want to install a recent version of mysql (5.0 or 5.1, or even 6.0 if you are feeling adventurous).
to be able to build the gui setup library, you will need to
install qt, but i have found it easiest to work with qt3,
not the latest qt4. you can download the last release of that
from
trolltech’s ftp server — the file is called
qt-mac-free-3.3.8.tar.gz. you will need to apply
this patch to allow it to compile on leopard.
i configure it with some options to eliminate stuff i don’t care
about, and to build statically:
./configure …[Read more]