Re: [sqlite] question about DB

2018-05-14 Thread Paul Sanderson
Try it in a command line shell with the timer on .timer on Paul www.sandersonforensics.com SQLite Forensics Book On 14 May 2018 at 17:27, Simon Slavin wrote: > On 14 May 2018, at 3:03pm, sebastian bermudez

Re: [sqlite] question about DB

2018-05-14 Thread Simon Slavin
On 14 May 2018, at 3:03pm, sebastian bermudez wrote: > the question is, there are some order of penalty in attach (2+) databases vs > one big DB ? Three databases of 2.4Gb size ? SQLite is designed to expect this. Slow down for attaching compared with one big

[sqlite] question about DB

2018-05-14 Thread sebastian bermudez
I need to know if there are some order of penalty in attach (2+) databases to make a small (3 tables) join... (one table per DB). vs. (3 tables on same DB). I need it to get a small order concurrency writes... I have 3 process writting to one to each DB. but i need query everithing