m*****r 发帖数: 4 | 1 hea, there, I am not majoring in database but encounter some problems related.
Hope to ask and receive some feedback. Thanks.
Suppose that a database can accormodate N records. Now, when the database is
full and a new record is coming. Then, how to add this new record into the
database.
I know one scheme. Firstly, delete the old record with the longest time
duration in the database. And then, add the new record into the database.
1. I wonder whether there are other schemes to deal with such cond | aw 发帖数: 127 | 2 can't understand why you need to do this. you can always enlarge the data file
size, add more disks, backup to tape, etc., for more space.
deleting record without backup is always bad idea.
related.
【在 m*****r 的大作中提到】 : hea, there, I am not majoring in database but encounter some problems related. : Hope to ask and receive some feedback. Thanks. : Suppose that a database can accormodate N records. Now, when the database is : full and a new record is coming. Then, how to add this new record into the : database. : I know one scheme. Firstly, delete the old record with the longest time : duration in the database. And then, add the new record into the database. : 1. I wonder whether there are other schemes to deal with such cond
|
|