Skip to content

Commit 35b8662

Browse files
zongzhi.czzclaude
andcommitted
Remove horizontal dividers from README files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6f6d262 commit 35b8662

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
<a href="./README_zh.md">简体中文</a> | <a href="./README.md">English</a>
3232
</p>
3333

34-
---
35-
3634
## Why AliSQL?
3735

3836
AliSQL brings enterprise-grade capabilities to MySQL, combining the reliability of InnoDB OLTP with DuckDB's blazing-fast analytics and native vector search — all through familiar MySQL interfaces.
@@ -63,8 +61,6 @@ Use your existing MySQL tools, drivers, and SQL — zero learning curve
6361
</tr>
6462
</table>
6563

66-
---
67-
6864
## Key Features
6965

7066
| Feature | Description | Status |
@@ -75,8 +71,6 @@ Use your existing MySQL tools, drivers, and SQL — zero learning curve
7571
| **RTO Optimization** | Accelerated crash recovery for faster instance startup | Planned |
7672
| **Replication Boost** | Binlog Parallel Flush, Binlog in Redo, large transaction optimization | Planned |
7773

78-
---
79-
8074
## Quick Start
8175

8276
### Option 1: Build from Source
@@ -107,8 +101,6 @@ make install
107101
~/alisql/bin/mysqld --datadir=~/alisql/data
108102
```
109103

110-
---
111-
112104
## Usage Examples
113105

114106
### DuckDB for Analytics
@@ -153,8 +145,6 @@ ORDER BY distance
153145
LIMIT 10;
154146
```
155147

156-
---
157-
158148
## Build Options
159149

160150
| Option | Description | Default |
@@ -166,8 +156,6 @@ LIMIT 10;
166156

167157
**Prerequisites:** CMake 3.x+, Python 3, GCC 7+ or Clang 5+
168158

169-
---
170-
171159
## Roadmap
172160

173161
```
@@ -181,8 +169,6 @@ Q4 2025 ━━━━━━━━━━━━━━━━━━━━━━━
181169
- Non-blocking Locks - Large TX Optimization
182170
```
183171

184-
---
185-
186172
## Documentation
187173

188174
| Document | Description |
@@ -197,8 +183,6 @@ Q4 2025 ━━━━━━━━━━━━━━━━━━━━━━━
197183
- [DuckDB Official Docs](https://duckdb.org/docs/stable/)
198184
- [Detailed Article (Chinese)](https://mp.weixin.qq.com/s/_YmlV3vPc9CksumXvXWBEw)
199185

200-
---
201-
202186
## Contributing
203187

204188
AliSQL became open source in December 2025 and is actively maintained by Alibaba Cloud Database Team.
@@ -213,8 +197,6 @@ We welcome contributions of all kinds!
213197

214198
For bugs and feature requests, please use [GitHub Issues](https://github.com/alibaba/AliSQL/issues).
215199

216-
---
217-
218200
## Community & Support
219201

220202
<table>
@@ -240,16 +222,12 @@ Managed DuckDB analytical instances
240222
</tr>
241223
</table>
242224

243-
---
244-
245225
## License
246226

247227
AliSQL is licensed under **GPL-2.0**, the same license as MySQL.
248228

249229
See the [LICENSE](LICENSE) file for details.
250230

251-
---
252-
253231
## Star History
254232

255233
<p align="center">
@@ -258,8 +236,6 @@ See the [LICENSE](LICENSE) file for details.
258236
</a>
259237
</p>
260238

261-
---
262-
263239
<p align="center">
264240
Made with care by <a href="https://www.alibabacloud.com/product/apsaradb-for-rds-mysql">Alibaba Cloud Database Team</a>
265241
</p>

README_zh.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
<a href="./README_zh.md">简体中文</a> | <a href="./README.md">English</a>
3232
</p>
3333

34-
---
35-
3634
## 为什么选择 AliSQL?
3735

3836
AliSQL 为 MySQL 带来企业级能力,将 InnoDB 可靠的 OLTP 性能与 DuckDB 极速的分析能力和原生向量搜索相结合 - 全部通过熟悉的 MySQL 接口使用。
@@ -63,8 +61,6 @@ DuckDB 列式引擎相比 InnoDB,分析查询性能提升 **200 倍**
6361
</tr>
6462
</table>
6563

66-
---
67-
6864
## 核心特性
6965

7066
| 特性 | 描述 | 状态 |
@@ -75,8 +71,6 @@ DuckDB 列式引擎相比 InnoDB,分析查询性能提升 **200 倍**
7571
| **RTO 优化** | 加速崩溃恢复,缩短实例启动时间 | 规划中 |
7672
| **复制增强** | Binlog 并行刷盘、Binlog in Redo、大事务优化 | 规划中 |
7773

78-
---
79-
8074
## 快速开始
8175

8276
### 方式一:从源码构建
@@ -107,8 +101,6 @@ make install
107101
~/alisql/bin/mysqld --datadir=~/alisql/data
108102
```
109103

110-
---
111-
112104
## 使用示例
113105

114106
### 使用 DuckDB 进行数据分析
@@ -153,8 +145,6 @@ ORDER BY distance
153145
LIMIT 10;
154146
```
155147

156-
---
157-
158148
## 构建选项
159149

160150
| 选项 | 描述 | 默认值 |
@@ -166,8 +156,6 @@ LIMIT 10;
166156

167157
**前置依赖:** CMake 3.x+、Python 3、GCC 7+ 或 Clang 5+
168158

169-
---
170-
171159
## 路线图
172160

173161
```
@@ -181,8 +169,6 @@ LIMIT 10;
181169
- 非阻塞锁机制 - 大事务优化
182170
```
183171

184-
---
185-
186172
## 文档
187173

188174
| 文档 | 描述 |
@@ -197,8 +183,6 @@ LIMIT 10;
197183
- [DuckDB 官方文档](https://duckdb.org/docs/stable/)
198184
- [技术详解文章](https://mp.weixin.qq.com/s/_YmlV3vPc9CksumXvXWBEw)
199185

200-
---
201-
202186
## 参与贡献
203187

204188
AliSQL 于 2025 年 12 月正式开源,由阿里云数据库团队持续维护。
@@ -213,8 +197,6 @@ AliSQL 于 2025 年 12 月正式开源,由阿里云数据库团队持续维护
213197

214198
如有 Bug 反馈或功能建议,请通过 [GitHub Issues](https://github.com/alibaba/AliSQL/issues) 提交。
215199

216-
---
217-
218200
## 社区与支持
219201

220202
<table>
@@ -240,16 +222,12 @@ Bug 反馈与功能建议
240222
</tr>
241223
</table>
242224

243-
---
244-
245225
## 开源协议
246226

247227
AliSQL 采用 **GPL-2.0** 协议开源,与 MySQL 保持一致。
248228

249229
详见 [LICENSE](LICENSE) 文件。
250230

251-
---
252-
253231
## Star 趋势
254232

255233
<p align="center">
@@ -258,8 +236,6 @@ AliSQL 采用 **GPL-2.0** 协议开源,与 MySQL 保持一致。
258236
</a>
259237
</p>
260238

261-
---
262-
263239
<p align="center">
264240
由 <a href="https://www.alibabacloud.com/product/apsaradb-for-rds-mysql">阿里云数据库团队</a> 精心打造
265241
</p>

0 commit comments

Comments
 (0)