diff options
author | dan miller | 2007-10-21 08:36:32 +0000 |
---|---|---|
committer | dan miller | 2007-10-21 08:36:32 +0000 |
commit | 2f8d7092bc2c9609fa98d6888106b96f38b22828 (patch) | |
tree | da6c37579258cc965b52a75aee6135fe44237698 /libraries/sqlite/unix/sqlite-3.5.1/www/optimizing.tcl | |
parent | * Committing new PolicyManager based on an ACL system. (diff) | |
download | opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.zip opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.gz opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.bz2 opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.xz |
libraries moved to opensim-libs, a new repository
Diffstat (limited to 'libraries/sqlite/unix/sqlite-3.5.1/www/optimizing.tcl')
-rw-r--r-- | libraries/sqlite/unix/sqlite-3.5.1/www/optimizing.tcl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libraries/sqlite/unix/sqlite-3.5.1/www/optimizing.tcl b/libraries/sqlite/unix/sqlite-3.5.1/www/optimizing.tcl deleted file mode 100644 index 44d2825..0000000 --- a/libraries/sqlite/unix/sqlite-3.5.1/www/optimizing.tcl +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | set rcsid {$Id: optimizing.tcl,v 1.1 2005/01/17 03:42:52 drh Exp $} | ||
2 | source common.tcl | ||
3 | header {Hints For Optimizing Queries In SQLite} | ||
4 | proc section {level tag name} { | ||
5 | incr level | ||
6 | if {$level>6} {set level 6} | ||
7 | puts "\n"<a name=\"tag\" />" | ||
8 | puts "<h$level>$name</h$level>\n" | ||
9 | } | ||
10 | section 1 recompile {Recompile the library for optimal performance} | ||
11 | section 2 avoidtrans {Minimize the number of transactions} | ||
12 | section 3 usebind {Use sqlite3_bind to insert large chunks of data} | ||
13 | section 4 useindices {Use appropriate indices} | ||
14 | section 5 recordjoin {Reorder the tables in a join} | ||
15 | footer $rcsid | ||