thx. chris for replying..

well I need 3 tables (as in DB) .. and i was thinking of using these 3 tables to
store data like RDBMS (not in its totality).. but using primary and foreign
keys.. and storing the unique ids of one table in another and retriving the
records from diff. tables as the need be..... will this situation  reduce the
performance ..

sachin..

Chris Antos wrote:

> that pretty much depends on what you want to do with them, and what kind of
> performance is acceptable.  it also depends on the efficiencies of the
> algorithms you use.  there's no magic number, it really depends on how you
> will be using the databases, etc.
>
> one of my apps allows the user to create as many databases as the user
> wants.  since the app only actually deals with one database at a time, the
> only part that can be affected by a large number of databases is the list
> view that enumerates all the databases to let the user open one.  but i only
> need an O(n) algorithm to build the list of databases.  so any decrease in
> speed will be purely linear in nature for my app.
>
> ----- Original Message -----
> From: Sachin Pawaskar <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, September 12, 1999 5:13 PM
> Subject: number of databases..
>
> > Hello All,
> >
> > I was wondering what is ideal number of databases that should be used in
> > a palm 3.0 OS application.. How many databases that an application can
> > handle without giving any performance issues ??
> >
> > TIA
> >
> > Sachin..
> >

Reply via email to