Databases use the file system to store the data.
As far as I know it is not possible to delete a record from a random access file.
So does that mean that when we do a DELETE FROM TABLE
the size of the table i.e. the file that stores the table never decreases?
So databases essentially keep growing and never reduce in size?
↧
Are databases only growing in size?
↧