On Sun, Apr 16, 2006 at 02:23:45AM -0300, Cesar David Rodas Maldonado wrote:
> 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
> > 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

It is unlikely that multiple files would be faster.  It is also very
unlikely that splitting the tables into 4 separate databases would
improve the finished quality of your application.

> any one can answer me?

Your English is OK, but your question is very loose.  What platform
are you running on, why do you think SQLite would be the bottleneck,
and what do you mean by "a lot of data".  For some people, a lot of
data is 100,000 small records, for some it means terabytes.  It's
difficult for anyone to answer without knowing more specifics.  

Nathan Kurz
[EMAIL PROTECTED]




Reply via email to