Re: [GENERAL] MySQL file system

2001-01-17 Thread Prasanth Kumar
> >Then I realized that although I had the disk space for the total file > >size, they were mostly smaller than a block on my disk, so I was going > >to loose alot of space. > > The solution to this is sub-allocation, which Novell has achieved. NOT a DB > filesystem. > > >It's not earth shatterin

Re: [GENERAL] How to auto create a unique key for each newly added record?

2001-03-26 Thread Prasanth Kumar
Make a column of type SERIAL. See http://www.postgresql.org/docs/aw_pgsql_book/node88.html - Original Message - From: "Jeff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 6:20 PM Subject: [GENERAL] How to auto create a unique key for each newly added record? >