sign in
|
add example
|
see also:
examples
configs
questions
[
new example
]
copy
0
0
byte-count / size of update cache queries in binlog
mysqlbinlog mysql-bin.000010 | grep -i 'update cache' | wc -c
byte-count for queries containing the words 'UPDATE cache'. Shows size of each binlog file dedicated to the 'UPDATE cache' queries.
mysqlbinlog,
mysql,
binlog,
binary
log,
cache
size
5 years, 4 months ago
ShahidMahmud
3 |
[
new config
]
[
ask question
]