# Manticore Search 9.3.2：增强的表使用跟踪、内存优化和稳定性改进

Manticore Search 9.3.2 带来了改进的表使用跟踪、内存优化和多项稳定性增强

我们很兴奋地宣布发布 **Manticore Search 9.3.2**，带来增强的表使用跟踪、内存优化和多项稳定性改进，使您的搜索体验更加可靠和高效。

---

### 🛠️ 新功能和改进

此版本包含多项增强功能：

- **按表命令计数器和使用统计** ([PR #3337](https://github.com/manticoresoftware/manticoresearch/pull/3337))：添加了详细的表使用统计和命令跟踪，以实现更好的监控和优化。
![SHOW TABLE TEST STATUS](./manticore-search-9-3-2/show-table-status.png)

- **内存使用优化** ([v9.2.32](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.2.32))：在合并操作期间减少了峰值内存使用量。文档 ID 到行 ID 的查找现在每个文档使用 12 字节而不是 16 字节，显著降低了内存需求（例如，20 亿文档需要 24 GB 内存而不是 36 GB）。

---

### 🔧 重要错误修复和稳定性改进

此版本解决了多个重要问题：

* **内存和资源管理**：
   - 修复了在使用 `ORDER BY` 和 `WHERE` 对 `id` 进行操作时的 OOM（内存不足）错误 ([Issue #3301](https://github.com/manticoresoftware/manticoresearch/issues/3301))
   - 改进了对大型文档 ID 的处理，以防止搜索失败 ([Issue #3090](https://github.com/manticoresoftware/manticoresearch/issues/3090))
   - 修复了在将字符串属性置零时的未定义行为 ([v9.2.30](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.2.30))

* **表和索引管理**：
   - 通过移除复杂的块更新和重构自动刷新功能，修复了表损坏问题 ([Issue #3236](https://github.com/manticoresoftware/manticoresearch/issues/3236))
   - 修复了大型实时表中 `COUNT(*)` 值不正确的问题 ([Issue #3238](https://github.com/manticoresoftware/manticoresearch/issues/3238))
   - 修复了优化过程被中断时残留的 `tmp.spidx` 文件问题 ([Issue #3343](https://github.com/manticoresoftware/manticoresearch/issues/3343))

* **查询和搜索改进**：
   - 修复了在使用 grouper 与多个 JSON 属性对具有多个磁盘块的 RT 表进行操作时的崩溃问题 ([Issue #3171](https://github.com/manticoresoftware/manticoresearch/issues/3171))
   - 修复了在 RAM 块刷新后 `WHERE string ANY(...)` 查询失败的问题 ([Issue #3246](https://github.com/manticoresoftware/manticoresearch/issues/3246))
   - 修复了使用 `GEODIST` 函数时的距离计算错误 ([Issue #3063](https://github.com/manticoresoftware/manticoresearch/issues/3063))

* **集成和兼容性**：
   - 添加了为特定分区创建 Kafka 源的支持 ([Issue #3032](https://github.com/manticoresoftware/manticoresearch/issues/3032))
   - 修复了与 Boost 1.88.0 的构建兼容性 ([PR #3275](https://github.com/manticoresoftware/manticoresearch/pull/3275))
   - 添加了对 Elastic 的 `query_string` 过滤器格式的支持 ([Issue #3027](https://github.com/manticoresoftware/manticoresearch/issues/3027))

---

## 🚀 今天立即开始

升级到 **Manticore Search 9.3.2** 以利用这些新功能和改进。要查看完整的更改列表，请访问 [changelog](https://manual.manticoresearch.com/Changelog)。

**我们很乐意听到您的声音！**
- 在我们的 [Community Forum](https://forum.manticoresearch.com) 上参与讨论
- 在 [GitHub](https://github.com/manticoresoftware/manticoresearch/issues) 上报告问题或提出功能建议
- 在 [Slack](https://slack.manticoresearch.com) 上与我们聊天
- 直接通过电子邮件联系我们：`contact@manticoresearch.com`
