temporary tables
what is the difference between dedicated temporary tables and undedicated temporary tables in AE?
what is the difference between dedicated temporary tables and undedicated temporary tables in AE?
I think this has to do with managing of database locks on the temporary table. That is, an app engine will manage database locks to a dedicated temporary table to ensure other processes cannot write to the temporary table while it is running. I suppose, an "undedicated" temporary table won't have this sort of database lock management in place.