Re: reach the hard limits!? (fwd)

2001-09-03 Thread James Harr
I'm not sure if this will help, but have you considered ext3, or any of those experimental file systems (although I believe they are pretty darn stable, I know several places that use ext3). I haven't read much of the specs on ext3, but by chance it might support huge directories like that.

Re: Starting value for an auto increment column?

2001-09-03 Thread James Harr
You could make the table, then insert a row with the 1000 as the id, and delete it after you get some other rows in there. rather messy, but it works. James - On Mon, 3 Sep 2001 09:14:46 -0500, Neil wrote: - > Hello: > > Is there a way to specif