4paradigm / 4paradigm/OpenMLDB
add doc about insert multiple times
- Vorherrschende Sprache
- C++
- Sterne
- 1.7k
- Forks
- 331
- Ø Merge
- 12 T. 12 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
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
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 40/100