Small. Fast. Reliable.
Choose any three.
*** 1,4 ****
! <html><h1> Performance Tuning</h1>This page is an area where you can place code, hits, suggestion or text that relates to increasing the speed of the SQLITE databases.<p>
  
  <h2>Place indexes on join and where column</h2>
  Placing indexes on columns that are used in joins or where statements are the best way to increase query speed.<p>
--- 1,4 ----
! <html><h1> Performance Tuning</h1>This page is an area where you can place code, hints, suggestion or text that relates to increasing the speed of the SQLITE databases.<p>
  
  <h2>Place indexes on join and where column</h2>
  Placing indexes on columns that are used in joins or where statements are the best way to increase query speed.<p>