>I am currently using MySQL to warehouse real-time data, and I have a couple
>of questions regarding AUTO_INCREMENT columns.
>
>OS: Linux/Solaris
>MySQL version: 3.23.33
>Table Types: MYISAM
>
>
>1) The data is only stored for 24hrs. If I do continuous deletes from the
>tables, will the AUTO_INCREMENT columns reuse the deleted numbers?
MyISAM tables: no
ISAM tables: yes, if you delete records at the top of the series
>
>2) I was wondering if the AUTO_INCREMENT columns wrapped back to 0 once they
>run out of numbers on the top end?
An error occurs.
>
>3) If neither of these cases are true, is there a way to simulate number 2?
No. Use a BIGINT UNSIGNED to get the largest possible range of numbers.
>
>Thanks,
>Brad Teale
>Universal Weather and Aviation, Inc.
><mailto:[EMAIL PROTECTED]>
>713-944-1440 ext. 3623
--
Paul DuBois, [EMAIL PROTECTED]
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php