Hi , I am using QT4.4.0 and SQLITE as my database .I working with a project in which handles huge data continuously.It mean i need to insert 150*50 per second.For this I used transactions ,its good.But at the same time I need to retrieve the data from table at same rate to show them in form of plots.I am avle to do that ,but if I am using select statement to retrieve the data it slow downs the insertion. The speed of insertion was reducing when both insertion and retrieve process going simultaneously from same table campared with only insertion.I want the speed of insertion should not reduce even if the select statement executed simultaneously.
So Please help me or suggest me to solve this problem.
With Regards,
Sudheer.
Bookmarks