书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 38942 个相关结果.
  • MySQL 安装和配置

    MySQL 安装和配置 MySQL 安装 MySQL 配置 修改 root 账号密码 连接报错:”Host ‘192.168.1.133’ is not allowed to connect to this MySQL server” MySQL 主从复制 环境说明和注意点 主库机子操作 从库机子操作 资料 MySQL 安装和配置 ...
  • MySQL · TokuDB · checkpoint过程

    Begin checkpoint End checkpoint Checkpoint的redo日志 TokuDB的buffer pool(在TokuDB中被称作cachetable)维护几个后台工作线程定期处理一些任务。 其中有一个工作线程叫做checkpointer线程,每60秒启动一次把cachetable中所有脏页写回到磁盘上。 TokuDB只...
  • MySQL · myrocks · collation 限制

    背景 问题 原因 总结 背景 MyRocks中的数据是按索引列以memcmp方式进行排序的。对于一些数字类型,需要进行转化才能直接通过memcmp进行比较, 例如有符号数在计算机中是用补码表示的,那么如果负数和正数直接按字节比较,结果负数会比正数大,实际存储时会将符号会反转存储,读取时再转化回来。对于字符类型,处理更加复杂,涉及到字符集的转换。...
  • MySQL · RocksDB · TransactionDB 介绍

    1448 2020-08-13 《数据库内核月报》
    1. 概述 2. 用法 3. 实现 3.1 WriteBatch & WriteBatchWithIndex 3.2 PessimisticTransaction 3.3 OptimisticTransaction 3.4 两阶段提交(Two Phase Commit) 4. WritePrepared & WriteUnprepared 5...
  • 7.15. MySQL Connector

    7.15. MySQL Connector Configuration Multiple MySQL Servers Querying MySQL MySQL Connector Limitations 7.15. MySQL Connector The MySQL connector allows querying and creating...
  • Initialize MySQL Database Manually

    Initialize MySQL Database Manually Initialize MySQL Database Manually See MySQL database initialization file doraemon.sql
  • 7.15. MySQL Connector

    7.15. MySQL Connector Configuration Multiple MySQL Servers Querying MySQL MySQL Connector Limitations 7.15. MySQL Connector The MySQL connector allows querying and creating...