On Thu, Jan 08, 2009 at 03:45:26PM +0530, Pramoda M. A scratched on the wall:
> Hi all.
> 
> My desktop system with taking 8 seconds to insert 100 rows with only one
> column...

  BEGIN
  
  INSERT...
  INSERT...
  INSERT...
  INSERT...
  INSERT...
  ...

  COMMIT


On Thu, Jan 08, 2009 at 02:30:25PM +0530, Pramoda M. A scratched on the wall:
> Hi All,
>
> I am using SQLite and C interface.  
>
> How to turn off Indexing in SQLite?

  DROP INDEX



   -j
 
-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Our opponent is an alien starship packed with atomic bombs.  We have
 a protractor."   "I'll go home and see if I can scrounge up a ruler
 and a piece of string."  --from Anathem by Neal Stephenson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to