mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 08:42:15 +08:00
Unistore: Batch write events (#101381)
* Batch write events * Improve instrumentation * Measure batch phases * Detect lock contention * remove the execBatch goroutine * removing tracing prefix * detect context cancel * batch channel map
This commit is contained in:
@ -3,7 +3,8 @@ UPDATE `resource`
|
||||
`guid` = '',
|
||||
`value` = '[]',
|
||||
`folder` = 'fldr',
|
||||
`action` = 'UNKNOWN'
|
||||
`action` = 'UNKNOWN',
|
||||
`resource_version` = 0
|
||||
WHERE 1 = 1
|
||||
AND `group` = 'gg'
|
||||
AND `resource` = 'rr'
|
||||
|
Reference in New Issue
Block a user