Looking at the documentation for ets:new I see that the Name parameter is mandatory. Also when the options contain named_table, the function will return the Name instead of the table identifier, which is then used to access the table.
However, when the table is not named, what is the Name parameter good for? Why is it mandatory? Do I ever use it after the table has been created? Isn't the table identifier used instead of the name then?
What is the purpose of the Name when the table is not named?