All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:19, 8 September 2022 Will talk contribs created page Mysql innodb caches (Created page with "= Buffer Pool (in-memory) = <blockquote> == Basics == <blockquote> Stores adaptive-hash-table (in-memory db caching), row data, write buffers, locks etc. <syntaxhighlight lang="mysql"> # pages in buffer pool (memory) (16KB/page ?) select count(*) from information_schema.innodb_buffer_page; # ========== # configuration # =========== # bytes per chunk show variables like 'innodb_buffer_pool_chunk_size'; # bytes allowed for buffer pool show variables like 'innodb_buffe...")