scenario
I have a file that is 200 bytes. I want to chop the last 50 bytes without rewriting the whole file. can I do this or must I resign my self to the rewrite. I am creating a database engine and have found the hardest part of the whole thing so far is handling the delete in an efficient manner. if the table gets too large a rewrite of the table could be time consuming.
thanks for the help
tomcruz.net
I have a file that is 200 bytes. I want to chop the last 50 bytes without rewriting the whole file. can I do this or must I resign my self to the rewrite. I am creating a database engine and have found the hardest part of the whole thing so far is handling the delete in an efficient manner. if the table gets too large a rewrite of the table could be time consuming.
thanks for the help
tomcruz.net