1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

407 Commits

Author SHA1 Message Date
Guide
a1a79a39fd [docs fix]Heap 初始化的时间复杂度 2023-04-22 10:34:42 +08:00
Erzbir
fb826b64f1 修正多个单词/专业术语/专业名词错误 2023-04-16 12:51:19 +08:00
Guide
148ef34874 [docs update]完善操作系统常见面试题总结(上)篇 2023-04-02 22:05:57 +08:00
Guide
053c142747 [docs update]添加redis后台线程+完善AOF 工作基本流程和重写 2023-03-25 16:53:58 +08:00
Guide
4058335f2d
Merge pull request #1961 from MiniCestbon/main
修正错别字
2023-03-24 21:32:29 +08:00
Guide
b2351c877d [docs update]完善Redis事务的介绍 2023-03-24 17:34:58 +08:00
MiniCestbon
0215d49e2b
修正错别字 2023-03-24 11:31:13 +08:00
Guide
2696950220
Merge pull request #1960 from MiniCestbon/main
修正错别字
2023-03-23 22:23:45 +08:00
Guide
1f9ffd17b3 [docs update]Redis持久化的内容单独提取成一篇文章 2023-03-23 21:09:30 +08:00
MiniCestbon
a3b1c39c87
修正错别字 2023-03-23 20:13:49 +08:00
Guide
3729b6f417 [docs update]完善Redis部分的内容 2023-03-23 18:25:39 +08:00
Guide
1a64bb5225 [docs fix]乐观锁和悲观锁详解中删除适用场景的介绍 2023-03-21 22:02:04 +08:00
Guide
8c48313596 [docs update]完善 Redis常见面试题总结(上) - Redis 可以做消息队列么? 2023-03-18 18:53:16 +08:00
Guide
d06864ff0f [docs update]zookeeper content perfection 2023-03-17 19:42:49 +08:00
Misaka
2124b54d73
Update sql-questions-01.md 2023-03-16 14:51:00 +08:00
Guide
f7f434d0c1 [docs add] MySQL Query Cache(查询缓存) 详解 2023-03-16 11:33:45 +08:00
Guide
9e476c1af1 [docs update]typo 2023-03-14 22:54:16 +08:00
Guide
91c491d608 [docs update]picture url 2023-03-10 18:40:00 +08:00
Guide
a430800f04 [docs update]picture url 2023-03-10 11:52:00 +08:00
Guide
0d7578c511 [docs fix]图片403问题修复 2023-03-10 00:05:28 +08:00
Guide
78fee25ee8 [docs update]typo 2023-03-04 20:00:03 +08:00
callmePicacho
5b371f6700
Update redis-questions-01.md
fix typo
2023-03-02 22:49:16 +08:00
Guide
5956badf13 [docs update]完善 Redis 性能优化,添加 Redis 使用规范
添加使用批量操作提高效率
2023-03-01 14:30:18 +08:00
Guide
50c329d711
Merge pull request #1932 from allen001/patch-2
Update mysql-index.md
2023-02-28 22:00:05 +08:00
Guide
3e8b402cc7 [docs update]完善类加载器详解(重点) 2023-02-28 16:18:55 +08:00
mengfz
3617b571b3
Update mysql-index.md
修正错别字
2023-02-27 14:51:18 +08:00
varjakk
665c88b17f
Update sql-questions-01.md
INNER JOIN写成了 INNER JOIIN
2023-02-27 11:53:21 +08:00
Guide
12cd4a2be9 [docs add]程序员的技术成长战略 2023-02-23 12:45:00 +08:00
Guide
cb97fada87 [docs add]网络攻击常见手段总结(安全) 2023-02-19 17:28:45 +08:00
Guide
e129b380ce
Merge pull request #1926 from zbzbzzz/main
多了个分号
2023-02-17 14:35:46 +08:00
Guide
accea3b857
Merge pull request #1925 from lalalaxjy/patch-1
Update mysql-questions-01.md
2023-02-17 14:34:57 +08:00
Guide
2635879fe1 [docs add]SQL语法基础知识总结 + SQL常见面试题总结 2023-02-17 13:40:22 +08:00
zbzbzzz
a3cc1db59b
多了个分号 2023-02-16 20:15:53 +08:00
lalalaxjy
296f76fa4e
Update mysql-questions-01.md 2023-02-16 16:33:51 +08:00
Guide
01d8de7380 [docs update]完善MySQL索引详解
添加索引类型总结、完善正确使用索引的一些建议
2023-02-14 10:05:36 +08:00
Guide
c706bebb0d [docs update]完善线程池相关的内容 2023-02-07 11:03:15 +08:00
Guide
37e91ad9ce [docs update]数据库部分内容描述 2023-02-02 17:54:04 +08:00
Guide
026eb7e7e7 Update mysql-questions-01.md 2023-02-02 12:44:38 +08:00
Guide
c40444e5a2 [docs update]添加自增锁介绍 2023-02-01 15:16:18 +08:00
Guide
d655d36c90 [docs update]typo 2023-01-31 22:45:49 +08:00
Guide
96a46f9b05 [docs add]乐观锁和悲观锁详解 2023-01-31 16:27:36 +08:00
Guide
07cbd4e875 [docs update]typo 2023-01-30 23:07:18 +08:00
Guide
1b52a03cb4 [docs add] Elasticsearch常见面试题总结 2023-01-29 11:31:13 +08:00
Guide
48eab7d0ba [docs add]MySQL执行计划分析 2023-01-14 18:33:11 +08:00
Guide
653d7b59d6 [docs update] 添加并发事务的控制方式、MySQL 日志,完善 MySQL 查询缓存
添加内容: 并发事务的控制方式、MySQL 日志
完善内容:MySQL 查询缓存
2023-01-14 11:55:21 +08:00
Guide
a4cb5237d9 [docs update]完善MyISAM 和 InnoDB的对比介绍 2023-01-14 08:28:41 +08:00
guide
c1c66096b9 [docs add] nosql + mongodb 2023-01-12 17:46:41 +08:00
guide
696b6d6105 [docs update]精简完善 aqs 的内容 2022-12-15 22:02:20 +08:00
NoctisZhao
be91dc00c5
Update redis-questions-01.md
对Redis6.0 多线程的描述有点问题
io-threads-do-reads 并不是开启IO多线程,而是开启IO多线程读

################################ THREADED I/O #################################

# Redis is mostly single threaded, however there are certain threaded
# operations such as UNLINK, slow I/O accesses and other things that are
# performed on side threads.
#
# Now it is also possible to handle Redis clients socket reads and writes
# in different I/O threads. Since especially writing is so slow, normally
# Redis users use pipelining in order to speed up the Redis performances per
# core, and spawn multiple instances in order to scale more. Using I/O
# threads it is possible to easily speedup two times Redis without resorting
# to pipelining nor sharding of the instance.
#
# By default threading is disabled, we suggest enabling it only in machines
# that have at least 4 or more cores, leaving at least one spare core.
# Using more than 8 threads is unlikely to help much. We also recommend using
# threaded I/O only if you actually have performance problems, with Redis
# instances being able to use a quite big percentage of CPU time, otherwise
# there is no point in using this feature.
#
# So for instance if you have a four cores boxes, try to use 2 or 3 I/O
# threads, if you have a 8 cores, try to use 6 threads. In order to
# enable I/O threads use the following configuration directive:
#
# io-threads 4
#
# Setting io-threads to 1 will just use the main thread as usual.
# When I/O threads are enabled, we only use threads for writes, that is
# to thread the write(2) syscall and transfer the client buffers to the
# socket. However it is also possible to enable threading of reads and
# protocol parsing using the following configuration directive, by setting
# it to yes:
#
# io-threads-do-reads no
#
# Usually threading reads doesn't help much.
#
# NOTE 1: This configuration directive cannot be changed at runtime via
# CONFIG SET. Aso this feature currently does not work when SSL is
# enabled.
#
# NOTE 2: If you want to test the Redis speedup using redis-benchmark, make
# sure you also run the benchmark itself in threaded mode, using the
# --threads option to match the number of Redis threads, otherwise you'll not
# be able to notice the improvements.
2022-12-05 12:43:56 +08:00
guide
7ca475434f [docs update]完善redis生产问题的介绍,添加配图 2022-12-03 13:36:18 +08:00