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: <sqlite-users@sqlite.org> > > Hello- > > > &g

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

[sqlite] Organizing large database into multiple files

2005-11-11 Thread Rajan, Vivek K
Hello- 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