Skip to content

Commit c20b338

Browse files
author
Sorrysorry
committed
修改实验室论文
1 parent 7c4c00c commit c20b338

File tree

3 files changed

+67
-5
lines changed

3 files changed

+67
-5
lines changed

content/posts/ai4db/index.zh-cn.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "云原生数据库"
3+
date: 2022-05-12T09:40:28+08:00
4+
draft: false
5+
author: "Admin"
6+
tags: ["AI4DB"]
7+
8+
lightgallery: true
9+
---
10+
# Introduction
11+
AI4DB介绍
12+
13+
## News
14+
15+
🎉 2024.7: 新闻内容
16+
17+
18+
## Grants
19+
- 实验室项目
20+
21+
## Papers
22+
23+
- 论文内容
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "云原生数据库"
3+
date: 2022-05-12T09:40:28+08:00
4+
draft: false
5+
author: "Admin"
6+
tags: ["database-test"]
7+
8+
lightgallery: true
9+
---
10+
# Introduction
11+
数据库漏洞检测介绍
12+
13+
## News
14+
15+
🎉 2024.7: 新闻内容
16+
17+
18+
## Grants
19+
- 实验室项目
20+
21+
## Papers
22+
23+
- 论文内容

content/research/index.zh-cn.md

+21-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,29 @@ math:
88
enable: true
99
---
1010

11-
实验室简介
11+
我们实验室目前正在研究的一些主题和技术有:
1212

13-
以下是我们目前正在研究的一些主题和技术:
14-
15-
## 研究方向
16-
具体内容
13+
## 云原生数据库
14+
云原生数据库(Cloud-native Database)是专为云计算环境设计和优化的数据库系统。它们利用云计算的优势,如弹性扩展、高可用性和分布式架构,以满足现代应用程序的需求。
15+
我们聚焦于云原生数据库的多写技术和存算分离架构,欢迎对此感兴趣的同学加入!
1716

1817
<div style="text-align: right;">
1918
<a href="/posts/cloud-native/">了解更多 <i class="fas fa-angle-double-right fa-fw"></i></a>
2019
</div>
20+
21+
## 数据库漏洞检测
22+
过去几十年,现代数据库管理系统(DBMS)不断演进,可以支持多种不同的新架构,比如云平台和 HTAP,这需要对查询评估进行越来越复杂精细的优化。查询优化器(query optimizer)被认为是 DBMS 中最复杂和最重要的组件之一,其功能是解析输入的 SQL 查询,然后在内置成本模型的协助下生成高效的执行方案。查询优化器实现中的错误可能会导致出现漏洞(bug),包括崩溃漏洞和逻辑漏洞。崩溃漏洞很容易检测,因为崩溃会导致系统立即停止。然而逻辑漏洞却容易被忽视,因为逻辑漏洞会导致 DBMS 返回难以检测的错误结果集。
23+
我们聚焦于数据库逻辑漏洞的检测,欢迎对此感兴趣的同学加入!
24+
25+
<div style="text-align: right;">
26+
<a href="/posts/ai4db/">了解更多 <i class="fas fa-angle-double-right fa-fw"></i></a>
27+
</div>
28+
29+
## AI4DB
30+
AI4DB(Artificial Intelligence for Database)=集成了人工智能领域的先进技术,如机器学习、自然语言处理等,为数据库管理带来了全新的视角和方法。AI4DB不仅能够自动化完成数据采集、清洗、转换、挖掘、分析和可视化等任务,还能够根据数据特点和业务需求,进行智能化的优化和调整,从而极大地提高了数据库的效率和质量。
31+
我们聚焦于AI4DB与数据库自治的相关研究,欢迎对此感兴趣的同学加入!
32+
33+
<div style="text-align: right;">
34+
<a href="/posts/database-test/">了解更多 <i class="fas fa-angle-double-right fa-fw"></i></a>
35+
</div>
36+

0 commit comments

Comments
 (0)