Re: [sqlite] seeking information on the throughput requirement using Sqlite

2019-05-03 Thread David Raymond
- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Zhu, Liang [AUTOSOL/ASSY/US] Sent: Friday, May 03, 2019 10:01 AM To: sqlite-users@mailinglists.sqlite.org Subject: [sqlite] seeking information on the throughput requirement using Sqlite Hi Sqlite experts

Re: [sqlite] seeking information on the throughput requirement using Sqlite

2019-05-03 Thread Stephen Chrzanowski
All of that is going to ENTIRELY depend on your hardware, and how fast it's going to allow the electrical pulses and actual processing of the different chips on your mobo, and the kind of data you're going to be adding, requesting, and removing. There's no clear-cut answer with the information pro

Re: [sqlite] seeking information on the throughput requirement using Sqlite

2019-05-03 Thread Simon Slavin
On 3 May 2019, at 3:01pm, Zhu, Liang [AUTOSOL/ASSY/US] wrote: > In my current project, we have the need to inserting and deleting data to and > from the database between 1 and 10 ms for 24/7. I am seeking the > clarification on the following questions > > 1. what is the throughput require

[sqlite] seeking information on the throughput requirement using Sqlite

2019-05-03 Thread Zhu, Liang [AUTOSOL/ASSY/US]
Hi Sqlite experts, In my current project, we have the need to inserting and deleting data to and from the database between 1 and 10 ms for 24/7. I am seeking the clarification on the following questions 1. what is the throughput requirements are possible using Sqlite API?, in other words