4paradigm / 4paradigm/OpenMLDB
add doc about insert multiple times
- Langage dominant
- C++
- Étoiles
- 1.7k
- Forks
- 331
- Merge moyen
- 12 j 12 h
- PR mergées (30 j)
- 1
Description
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
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- documentation
- Type d'issue
- Documentation
- Difficulté
- 1/5
- Temps estimé
- Moins d'une heure
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 40/100