temporary tables
Forum » Forum / Help » temporary tables
Started by: DURGAVAJHULADURGAVAJHULA
On: 1273071640|%e %b %Y, %H:%M %Z|agohover
Number of posts: 2
rss icon RSS: New posts
Summary:
difference between temporary table types
temporary tables
DURGAVAJHULADURGAVAJHULA 1273071640|%e %b %Y, %H:%M %Z|agohover

what is the difference between dedicated temporary tables and undedicated temporary tables in AE?

Reply  |  Options
Unfold temporary tables by DURGAVAJHULADURGAVAJHULA, 1273071640|%e %b %Y, %H:%M %Z|agohover
Re: temporary tables
PrajPraj 1273117415|%e %b %Y, %H:%M %Z|agohover

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.

Reply  |  Options
Unfold Re: temporary tables by PrajPraj, 1273117415|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License