Ivan Pavlov's Library tagged → View Popular
Spock Proxy
Spock Proxy supports range-based horizontal paritioning of a large MySQL database. The proxy intercepts SQL queries from the client, sends queries to the correct databases based on how the database is partitioned, then aggregates the results from each database and returns them to the client as a regular MySQL result set.
SciBit: MyCon - MySQL GUI
MyCon (My Console for MySQL) is an extremely powerful windows based graphical user interface, MySQL GUI, for administering and working with MySQL server databases from version 3.21.x to 5.x.
Jet Profiler for MySQL
-
- Query, table and user performance
- Graphical visualisation
- Low overhead
- Easy to use
is real-time query performance and diagnostics tool for the MySQL database server. Core features:
pampa-j - Google Code
-
PAMPA-J is the first customizable and portable WAMP-J Environment (Window$, Apahace, MySQL, PHP, plus Aptana Jaxer).
Percona XtraDB Storage Engine for MySQL
A storage engine for MySQL based on the InnoDB storage engine, designed to better scale on modern hardware, and including a variety of other features useful in high performance environments. It is fully backwards compatible, and so can be used as a drop-in replacement for standard InnoDB.
Using DTrace to observe the SQL statements on a live running MySQL database : Angelo's Soapbox
ExtSQL - Extended Usage Statistics for SQL
-
ExtSQL is NOT a NEW database server. It is a significant set of independently developed software additions
and patches to the existing source code of both MySQL® & PostgreSQL. It provides a new set of SQL language features which
make it easy for a DBA to monitor and audit activity on a busy server and account for activity by user, database, or even connecting client host.
It even includes the ability to store historical usage data in amounts and time intervals specified by the DBA. It is not a separate monitoring utility, but built into the core of both servers.
Infobright
-
Designed for analytics, ICE is easy to use, simple to manage and ideal for data volumes from
500GB to 30 TB and more. ICE combines a column-oriented database with a unique Knowledge
Grid architecture to eliminate the complexity of data warehousing.
Tools :: Code Snippet :: A fast single pass method to calculate the median
http://rpbouman.blogspot.com/2008/07/fast-single-pass-method-to-calculate.html
-
Add Sticky Note

- Creative, but very fragile. It depends a lot on how MySQL executes the query and may break even in the next minor version.
First - assigning and using user variables in the same query - it's a big no-no.
Second - using ORDER BY in the derived table. This makes no sense, because a derived table is a still table, and a table is an unordered set of rows. MySQL has full freedom to ignore your ORDER BY clause (although it doesn't do it at the moment). SQL standard doesn't allow ORDER BY to appear at that place at all. - on 2008-09-06
- Creative, but very fragile. It depends a lot on how MySQL executes the query and may break even in the next minor version.
nathan's noggin: MySQL: triggers + replication = frustration
-
But consider the case where the insert is on a table with a trigger that inserts a record into a second table (like an auditing table). The binlog only sets the auto-increment value for the actual insert statement. The trigger's insert will use whatever the replica's auto-increment value for the second table is set to. Since simultaneous transactions on the master are serialized in the binlogs, inserts on the second table may happen out of order, and auto-increment values will no longer match the master.
-
It seems that MySQL is not planning on fixing this bug in 5.0. My understanding is that in 5.1 the solution will be to use row-based replication. Statement based replication will still be broken, from what I can tell. I did see one bug report where someone said something about mixed mode replication, and switching to row-based temporarily for any statement or stored procedure call that will insert multiple records. Sounds like a can of worms to me.
Lightweight SQL Database for Cloud and Web in Launchpad
-
This project is about building a building a database designed for the typical Web usage patterns for a database. It is being designed for massive concurrency on modern multi-cpu/core architecture. The code is originally derived from MySQL.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in mysql
-
PHP+Apache+MySQL+PHPCMS学习计划
PHP+Apache+MySQL+PHPCMS学习计划
Items: 37 | Visits: 147
Created by: 刘 正刚
-
MyISAM vs InnoDB
Items: 5 | Visits: 114
Created by: Ken Wei
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
