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.
| Tags | Utilities Database |
|---|---|
| Licenses | BSD Original |