Which is the fastest way to retrive all items in SQLite?

Posted by sxingfeng on Stack Overflow See other posts from Stack Overflow or by sxingfeng
Published on 2010-06-01T03:46:05Z Indexed on 2010/06/01 3:53 UTC
Read the original article Hit count: 201

Filed under:
|
|
|

I am programming on windows, I store my infors into sqlite. However I find to get all items is a bit slow. I am using the following way: select * from XXX; retriving all items in 1.7M SQLite DB takes about 200-400ms, It is too slow. Can Anyone Help!

Many Thanks!

© Stack Overflow or respective owner

Related posts about c++

Related posts about sqlite