自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

翻译 How InnoDB flush the log buffer

When InnoDB flush the log buffer to the log file on disk, it locks the buffer with a mutex, flushes up it to a desired point, and then moves any remaining entries to the front of the buffer.If you care more about performance than durability, you can chang

2020-10-09 17:54:50 83

翻译 MySQL: The innoDB transaction log

InnoDB assumes it's using conventional disks, where random I/O is much more expensive than sequential I/O because ofthe time it take to seek to the correct location on disk and wait for the desired part of the disk to rotate under the head.InnoDB uses

2020-10-08 12:05:06 132

翻译 MySQL: Configuration Options

In this chapter, we will explain a process by which you can create a good configuration file for your MySQL server.After you've set MySQL's basic configuration options correctly, the potential gains from further changes are usually small.On the other h

2020-10-06 16:50:23 183

翻译 Mysql: How the cache uses memory

It’s a lot like a filesystem in some ways: it keeps structures that help it figure out which memory in its pool is free, mappings between tables and query results, query text and the query results.Consequently, when it begins caching the result set, the s

2020-10-05 12:19:42 98

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除