tuhaihe commented on code in PR #275: URL: https://github.com/apache/cloudberry-site/pull/275#discussion_r2104233772
########## i18n/zh/docusaurus-plugin-content-docs/current/heap-and-ao-table-formats.md: ########## @@ -0,0 +1,80 @@ +--- +title: Heap 存储和 AO 存储模型 +--- + +# Heap 存储和 AO 存储模型 + +HashData Lightning 支持 Heap 存储和 Appended-Optimized (AO) 存储两种模型。选择存储模型需要根据数据类型和查询类型来决定。本文档介绍这两种存储模型,并提供选择最优模型的参考建议。 Review Comment: HashData lightning ~> Apache Cloudberry -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
