»

cmdbuffer

cmdbuffer — Clustered version of querybuffer. Uses specialized commands instead of general table locking

cmdbuffer

Column nameTypeNullDefaultDescription
cbidint unsigned auto_increment unique id
journalidint unsigned 0Journal id the command affects. This is so that all of a user's queued actions can be run before that user is potentially movedbetween clusters.
cmdvarchar(30) Text of the command name.
instimedatetime 0000-00-00 00:00:00The time the query was buffered. Not used by applications, but useful for debugging/humans.
argstext A URL string of arguments.
Key nameTypeColumn(s)
PRIMARYPRIMARY
cmdINDEX
journalidINDEX