当前位置:网站首页>内核实战教程第1期|数据库系统概述,带你走近 OceanBase 研发环境!
内核实战教程第1期|数据库系统概述,带你走近 OceanBase 研发环境!
2022-08-08 17:58:00 【InfoQ】
本期直播能帮你解决什么?

直播内容抢“鲜”知
数据库系统概述
数据库管理系统的组成

数据库模型和语言
MiniOB 概述和编译环境搭建
MiniOB 概述
MiniOB 调试
- 首先在自己的 GitHub 中创建一个新的代码库。
- 拉取 MiniOB 官方仓库代码到自己的仓库。
# 将代码拉到本地
git clone https://github.com/oceanbase/miniob.git
# 进入到 miniob 目录,删除 .git 目录,清除已有的 git 信息
cd miniob
rm -rf .git
# 重新初始化 git 信息,并将代码提交到自己的仓库
git init
git add .
git commit -m 'init' # 提交所有代码到本地仓库
# 将代码推送到远程仓库
git remote add origin https://github.com/hnwyllmm1/miniob.git # 注意替换命令中的信息为自己的仓库信息
git branch -M main
git push -u origin main
- 调试 MiniOB
OceanBase 概述和研发环境搭建
OceanBase 架构和基本介绍

OceanBase 研发环境搭建
- 如何编译 OceanBase 源码
- 如何设置 IDE 开发环境
- 如何成为 OceanBase Contributor
- 如何 debug OceanBase
- 如何运行测试

边栏推荐
猜你喜欢
随机推荐
Digital currency perpetual contract exchange development and development functions and code presentation
数字货币永续合约交易所开发开发功能以及代码呈现
开源一夏 | 疫情期间闲来无事,我自制了一个按钮展示框特效来展示我的博客
CS231n:12 强化学习
瑞利衰落条件下扩频通信系统误码率仿真
XDOJ - count the number of positive integers
CF696C(计数推公式+欧拉降幂)
Detailed explanation of JVM memory model and structure (five model diagrams)
Reprinted, the fragment speaks very well, the big guy
一甲子,正青春,CCF创建六十周年庆典在苏州举行
dp,dpi,px知识补充
21天学习第六天--方法
JVM内存模型和结构详解(五大模型图解)
vlan同步—VTP通告
2021年9月电子学会图形化一级编程题解析含答案:小狗进圈
Cyanine5 tetrazine,Cy5 tetrazineCY5四嗪,1427705-31-4
Nioke 2022 Summer Multi-School 6 B Eezie and Pie (Difference on the tree + multiplication to find the kth ancestor board)
2.MySQL链接和创建数据库,创建数据表
响应式pbootcms模板电脑维修类网站
XDOJ-统计正整数个数