Re: [sqlite] Performance tuning for Insert and select operations

2007-09-01 Thread Kees Nuyt
On Fri, 31 Aug 2007 09:34:18 +0530, you wrote: >Hi, > >I am using SQLite 3_3_17with the default configuration of SQLite. >Using Windows XP C++ API. >50,000 inserts into Table (with primary key and no other index as single >transaction commit) is taking 4.609000 sec. >50,000 selects from Table ( ha

Re: [sqlite] Performance tuning for Insert and select operations

2007-08-31 Thread Joe Wilson
--- venkata ramana <[EMAIL PROTECTED]> wrote: > I am using SQLite 3_3_17with the default configuration of SQLite. > Using Windows XP C++ API. > 50,000 inserts into Table (with primary key and no other index as single > transaction commit) is taking 4.609000 sec. > 50,000 selects from Table ( having

Re: [sqlite] Performance tuning for Insert and select operations

2007-08-30 Thread RaghavendraK 70574
ubject: [sqlite] Performance tuning for Insert and select operations > Hi, > > I am using SQLite 3_3_17with the default configuration of SQLite. > Using Windows XP C++ API. > 50,000 inserts into Table (with primary key and no other index as > singletransaction commit) is takin

[sqlite] Performance tuning for Insert and select operations

2007-08-30 Thread venkata ramana
Hi, I am using SQLite 3_3_17with the default configuration of SQLite. Using Windows XP C++ API. 50,000 inserts into Table (with primary key and no other index as single transaction commit) is taking 4.609000 sec. 50,000 selects from Table ( having 1,00,000 rec with primary key and no other index)