Re: [sqlite] What is faster?

2008-04-29 Thread Cory Nelson
When it is so easy to test, who cares about theoretical answers? It's been 5 days since you asked and would have taken 5 minutes to test! Try It And See(tm). On Tue, Apr 29, 2008 at 11:53 AM, Alexander Batyrshin <[EMAIL PROTECTED]> wrote: > I am more interesting in theoretical answer :) > > > >

Re: [sqlite] What is faster?

2008-04-29 Thread Alexander Batyrshin
I am more interesting in theoretical answer :) On Fri, Apr 25, 2008 at 5:24 PM, Federico Granata <[EMAIL PROTECTED]> wrote: > If you are under linux you can use "time" command to execute sqlite with > various query and see which one is faster. > > -- > [image: Just A Little Bit Of >

Re: [sqlite] What is faster?

2008-04-25 Thread Federico Granata
If you are under linux you can use "time" command to execute sqlite with various query and see which one is faster. -- [image: Just A Little Bit Of Geekness] Le tre grandi virtù di un programmatore: pigrizia, impazienza e

Re: [sqlite] what is faster?

2006-04-17 Thread Cesar David Rodas Maldonado
Thanks Richard Hipp and it will be more easy to use all in one file... thanks for your help On 4/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > "Cesar David Rodas Maldonado" <[EMAIL PROTECTED]> wrote: > > any one can answer me? > > > > On 4/15/06, Cesar David Rodas Maldonado <[EMAIL

Re: [sqlite] what is faster?

2006-04-16 Thread drh
"Cesar David Rodas Maldonado" <[EMAIL PROTECTED]> wrote: > any one can answer me? > > On 4/15/06, Cesar David Rodas Maldonado <[EMAIL PROTECTED]> wrote: > > > > Hello > > > > I have a software that uses four tables. > > > > that's ok.. but i wanna know if is faster if i use for every table a > >

[sqlite] what is faster?

2006-04-15 Thread Cesar David Rodas Maldonado
Hello I have a software that uses four tables. that's ok.. but i wanna know if is faster if i use for every table a database ( a file) or if is the same thing in velocity if a put all the tables in one file, couse every table uses a lot of data. thanks