Re: [sqlite] Fatal error loading large table

2003-12-17 Thread Tom Poindexter
> From: Tom Poindexter [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 11, 2003 4:01 PM > To: [EMAIL PROTECTED] > Subject: [sqlite] Fatal error loading large table I finally built SQLite with large file support on AIX 5.2. Thanks to all who replied. I've updated the wi

RE: [sqlite] Fatal error loading large table

2003-12-11 Thread Clark, Chris
> -Original Message- > From: Tom Poindexter [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 11, 2003 4:01 PM > To: [EMAIL PROTECTED] > Subject: [sqlite] Fatal error loading large table > > > I'm trying to load a fairly large table (~ 7.5 million rows,

[sqlite] Fatal error loading large table

2003-12-11 Thread Tom Poindexter
I'm trying to load a fairly large table (~ 7.5 million rows, 1.5 gb of raw data) with the 'copy' command, and I'm getting a sqlite fatal error: sqlite> copy or replace tab1 from 'tab1.can'; sqlite> select count(*) from tab1; 31624 sqlite> copy or replace tab2 from 'tab2.can';