RE: [sqlite] Organizing large database into multiple files

2005-11-12 Thread roger
> Original Message > Subject: [sqlite] Organizing large database into multiple files > From: "Rajan, Vivek K" <[EMAIL PROTECTED]> > Date: Sat, November 12, 2005 5:09 am > To: > > Hello- > > > > I have a need to store large volumes of data

Re: [sqlite] Organizing large database into multiple files

2005-11-12 Thread Jay Sprenkle
> I have a need to store large volumes of data (~5-10G) in SQLite > database. The data which I am storing is organized hierarchically. The > schema for my database has foreign-key constraints, the tables are > interrelated. My questions: > > - How can I organize the entire database into multiple