J
Jack Leach
Hi, thanks in advance...
If you were to delete some records from a table with an autonumber PK, will
those ID's that were used for the deleted records be available as new ID's
after a compact and repair?
I'm setting up a notifications system and am worried that with the high
volume on the table I may overflow the Long datatype in a few years. I plan
to have the notifications table purged on a weekly basis, and I have a
scheduled compact/repair on the backend on a monthly basis already... just
curious if I can plan on the PK re-using the purged values or if I should go
some other route for the IDs
Thanks,
--
Jack Leach
www.tristatemachine.com
"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)
If you were to delete some records from a table with an autonumber PK, will
those ID's that were used for the deleted records be available as new ID's
after a compact and repair?
I'm setting up a notifications system and am worried that with the high
volume on the table I may overflow the Long datatype in a few years. I plan
to have the notifications table purged on a weekly basis, and I have a
scheduled compact/repair on the backend on a monthly basis already... just
curious if I can plan on the PK re-using the purged values or if I should go
some other route for the IDs
Thanks,
--
Jack Leach
www.tristatemachine.com
"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)