CodingLife


  • Home

  • Archives

  • Tags

  • Search

MongoDB 基础

Posted on 2020-05-02

MongoDB mongodb 适合字段不确定、相关数据集合在一个 json 中、不需要经常联表查询的数据。非常适合网络产生的数据特点,并且原生支持集群、分片,并发高、容量大、稳定性好。

Read more »

MySQL Sharding

Posted on 2020-04-25

为什么要分区分库分表? 通常 MySQL 的表支持到百万级时就开始产生性能问题,当达到千万级时就需要进行分区分库分表来提高性能。

Read more »

MySQL Binlog

Posted on 2020-04-25

binlog binlog(binary log)二进制日志,是 MySQL 最重要的日志,记录了所有 DDL 和 DML 语句(除了查询语句),以事务形式记录并包含耗时。

Read more »

MySQL Basic

Posted on 2020-04-23

PROCEDURE(存储过程)/FUNCTION(存储函数)

Read more »

MySQL Lock/Transaction

Posted on 2020-04-19

MySQL Lock 锁机制是为了解决并发问题,而关键问题就是保证事务。MySQL5.5+版本将默认引擎从 MYISAM 换为 InnoDB 可以高效的支持事务。

Read more »

MySQL Slowlog Profiles

Posted on 2020-04-18

Slowlog

Read more »

Go Unsafe

Posted on 2020-04-16

Circuit Breaker 记录一些 unsafe 包相关内容。(图片与 unsafe 无关,只是可爱: )

Read more »

MySQL 索引优化2

Posted on 2020-04-14

单表复合索引用法

Read more »

MySQL 索引优化1

Posted on 2020-04-07

Mysql 查询 SQL 或索引设置不当时会有哪些问题?

Read more »

MySQL索引的数据结构——B+Tree

Posted on 2020-04-06

相关的几种搜索树结构

Read more »
1 … 17 18 19 … 31
CodeHunter2006

CodeHunter2006

这里包括一些技术经验总结、生活随想和其他...

304 posts
11 categories
85 tags
RSS
GitHub
© 2025 CodeHunter2006
Powered by Jekyll
Theme - NexT.Muse