4paradigm / 4paradigm/OpenMLDB
add doc about insert multiple times
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
https://github.com/4paradigm/OpenMLDB/blob/e2dd0a581ed211056cb764d10c8dcff0007f50e3/docs/zh/quickstart/sdk/java_sdk.md?plain=1#L225
get insert pstmt
for:
pstmt.setxx
pstmt.setxx
pstmt.execute // after execute, cache will be cleaned
ref reuse way in https://github.com/4paradigm/OpenMLDB/blob/e2dd0a581ed211056cb764d10c8dcff0007f50e3/demo/java_quickstart/demo/src/main/java/com/openmldb/demo/App.java#L300
贡献指南
调研方向
The issue points to a Java SDK documentation file (docs/zh/quickstart/sdk/java_sdk.md) and a demo Java file (demo/java_quickstart/demo/src/main/java/com/openmldb/demo/App.java). First, examine the linked lines to understand the current insert pattern and the proposed reuse method. Then, update the documentation to clarify that after pstmt.execute, the cache is cleaned, and show the reuse pattern from the demo. Verify the changes by reviewing the documentation structure.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 40/100