> -----Original Message----- > From: Jay Sprenkle [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 16, 2006 10:15 AM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] Re: concers about database size > > > > Does sound like an awful lot of data. I think the question might be > > reworded to ask is there any manageable logical groups of data that > > might lend themselves to simple segmentation into separate > > tables/databases? > > I thought about asking that as well, but wondered if there > wasn't a simpler > solution that would make his existing setup work. >
One might want to consider many things other than actual data bulk. With that much data, there must be many interested parties wanting to visualize, massage, and manipulate. Given only exposure to the general type and volume of data, it is hard to estimate the "number of seats" that could/will be interacting. But, I think I smell a possible "Client Server" environment. Even simple query runs most likely won't be "snap your fingers" kind'a deals. Fred ...