February 28, 2009
MySQL Global User Variables UDF 1.1 (Default branch)
MySQL Global User Variables UDF is a shared
library that adds simple user functions to MySQL
in order to keep persistent shared variables in
memory. These variables and their values are
available to all clients. Any data can be stored
into these persistent variables, including BLOBs.
Since updates are atomic and much faster than
MEMORY tables, this is an easy and efficient way
to handle counters and sequences.
License: MIT/X Consortium License
Changes:
GLOBAL_STORE() is now an alias for GLOBAL_SET(). The SQL template now loads all available functions. The documentation was updated.
Related Posts
Filed under Uncategorized by


