12 2022 档案
摘要:某银行客户Db2下移分布式数据库OceanBase单元化改造案例 涂山·发表于 2022.09.13实践 本文由阿里技术专家严军(花名吉远)撰写于2022年2月。 项目背景 长久以来,IOE技术架构成为银行业核心的标准配置和唯一选择,它们组成的系统一度被视为大型金融企业后台的“黄金架构”,某银行客户
阅读全文
摘要:How to install Tabby(Terminus): A modern age terminal on Ubuntu 22.04 7 months ago by Adnan Shabbir The Terminal is the primary tool of any Linux dist
阅读全文
摘要:Elegant Developer Experience with Zsh and iTerm2 As a developer, I spend a lot of time in my terminal doing the following tasks: Navigating the file s
阅读全文
该文被密码保护。
摘要:How we upgraded PostgreSQL at GitLab.com Jose Finotto · Sep 11, 2020 · 15 min read · Leave a comment We teamed up with OnGres to perform a major versi
阅读全文
摘要:MySQL教程2:从MySQL的逻辑架构看SQL查询语句是如何被执行的,了解连接管理、解析器、查询优化器、执行引擎,Server层和引擎层各自的作用 本文已参与掘金创作者训练营第三期「话题写作」赛道,详情查看:掘力计划|创作者训练营第三期正在进行,「写」出个人影响力。 MySQL的逻辑架构 MySQ
阅读全文
摘要:有一张财务流水表,未分库分表,目前的数据量为9555695,分页查询使用到了limit,优化之前的查询耗时16 s 938 ms (execution: 16 s 831 ms, fetching: 107 ms),按照下文的方式调整SQL后,耗时347 ms (execution: 163 ms,
阅读全文
摘要:一条SQL语句提交后,db2都做了什么? somenzz 微信公众号「Python七号」和你一起精进。 10 人赞同了该文章 一直在做 db2 数据仓库的运维工作,对一些常用操作已经非常熟悉,但是总感觉自己学到是仍然是操作的细节,而不是真正的知识。如果你问我,一条 SQL 语句提交后,db2 都做了
阅读全文
摘要:PostgreSQL死锁案例分析(二) 原作者:陈雁飞 创作时间:2019-09-26 15:28:14+08 采编:wangliyun 发布时间:2019-09-27 08:08:14 欢迎大家踊跃投稿,投稿信箱:press@postgres.cn 评论:1 浏览:4684 作者介绍 陈雁飞,开源
阅读全文
摘要:Option 1: Install Jenkins with Homebrew Step 1: Install Homebrew If you don’t already have the Homebrew package manager installed, you will first need
阅读全文
摘要:The easiest way to install Kubernetes on a Mac Steve Francis September 29, 2020 So you want to install Kubernetes on your Mac? The easiest way is to r
阅读全文