Tagged articles
2 articles
Page 1 of 1
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 29, 2021 · Databases

Understanding Prepare Statements (PS) and Cursors in DBLE

This article explains DBLE's support for server‑side and client‑side prepared statements, outlines their advantages and drawbacks, describes the related MySQL protocol commands, and provides detailed guidance on enabling and verifying cursor usage with code examples and configuration parameters.

DBLEPrepared Statementscursors
0 likes · 9 min read
Understanding Prepare Statements (PS) and Cursors in DBLE
Java Interview Crash Guide
Java Interview Crash Guide
Mar 24, 2021 · Databases

Top 20 Proven Techniques to Optimize Your Database Performance

This article compiles essential database optimization strategies—including proper index creation, composite and short indexes, avoiding full‑table scans, efficient use of temporary tables and cursors, and best practices for query writing—to dramatically improve query speed and overall system throughput.

SQL Performancecursorsindexes
0 likes · 11 min read
Top 20 Proven Techniques to Optimize Your Database Performance