摘要:
https://www.hyouit.com?aff=418 1、物理存储结构 KingbaseES 数据库实例管理的所有数据在物理上都以操作系统文件的方式存放在磁盘上。 一般情况下,数据库实例所使用的配置和数据文件都被一起存储在名为 data的目录下。 查看 data 目录下文件 $ ls bas 阅读全文
摘要:
1、下载地址 https://www.mongodb.com/try/download/community 2、安装过程 关闭THP,提高性能 ``` shell # vim /etc/rc.local if test -f /sys/kernel/mm/transparent_hugepage/e 阅读全文