⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 optimizing.tcl

📁 sqlite嵌入式数据库源码
💻 TCL
字号:
set rcsid {$Id: optimizing.tcl,v 1.1 2005/01/17 03:42:52 drh Exp $}source common.tclheader {Hints For Optimizing Queries In SQLite}proc section {level tag name} {  incr level  if {$level>6} {set level 6}  puts "\n"<a name=\"tag\" />"  puts "<h$level>$name</h$level>\n"}section 1 recompile {Recompile the library for optimal performance}section 2 avoidtrans {Minimize the number of transactions}section 3 usebind {Use sqlite3_bind to insert large chunks of data}section 4 useindices {Use appropriate indices}section 5 recordjoin {Reorder the tables in a join}footer $rcsid

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -