Maximum SQL performance

CBonnkirch

New Member
Licensed User
Hi together,

we are running a small server application on both mobile and desktop. This app accesses a DB with up to 5000 records and corresponds via UDP.

Now we have a request to recommend a desktop to use this app with more than 70000 records. So, my question is how to get the max. speed from SQLlite:

- Does SQLite use multiple cores?
- Can i force SQLite to use (more) RAM?
- Is a faster CPU (more clock frequency) any helpful?

Thanks in advance
Christof
 
Top