Temporary table best practice
Hi ,
I have one temporary table and that table is being emptied ( delete from table_name) multiple times in a day through a procedure.
I just wanted to know what is the best practice to handle this scenario considering read time / space of the table / any other advantages/disadvantages?