chore: remove .zcode from tracking and add to .gitignore
CI / test (20.x) (push) Successful in 10m2s
CI / test (18.x) (push) Successful in 10m5s
CI / test (22.x) (push) Successful in 10m0s
CI / test (24.x) (push) Successful in 9m58s

This commit is contained in:
thzxx
2026-07-29 21:56:45 +08:00
parent eb79b2198e
commit 6de6e97e19
2 changed files with 3 additions and 16 deletions
+3
View File
@@ -4,3 +4,6 @@ coverage/
# 本地 npm 发布凭据(含 _auth,勿提交)
.npmrc
# CatPaw / .zcode 工作区文件(本地 AI 会话计划,勿提交)
.zcode/
@@ -1,16 +0,0 @@
# v0.2.4 AriaEngine 生产级改造
## 实施清单
1. **二级索引**`aria/index.ts`: 每列维护独立 LSM Tree
2. **tryIndexLookup 扩展** — 支持 $eq/$in/$gt/$lt 走索引
3. **MVCC 接入** — 替换 ad-hoc txnSnapshot 为 MVCCManager
4. **MVCC 自动 GC** — checkpoint 后每 10 次 gc 一次
5. **Bloom Filter 序列化** — sstable_builder 写入 + sstable 读取 probe
6. **WAL 大小阈值** — checkpoint.ts 支持按字节触发
7. **WAL 默认 full sync** — types.ts 改默认值
8. **异步 Compaction** — LSM compactLevel 改为 setTimeout 分片
9. **惰性范围扫描** — merge_iterator 不一次性物化
10. **页面槽位压缩** — slot.ts compactSlots()
11. **内存预算** — types.ts 新增 maxMemoryMB
12. **package 0.2.4 + docs + tests**